DailyTransport: fix video task variable
This commit is contained in:
@@ -429,7 +429,7 @@ class DailyTransportClient(EventHandler):
|
|||||||
height=self._params.video_out_height,
|
height=self._params.video_out_height,
|
||||||
color_format=self._params.video_out_color_format,
|
color_format=self._params.video_out_color_format,
|
||||||
)
|
)
|
||||||
self._audio_task = self._task_manager.create_task(
|
self._video_task = self._task_manager.create_task(
|
||||||
self._callback_task_handler(self._video_queue),
|
self._callback_task_handler(self._video_queue),
|
||||||
f"{self}::video_callback_task",
|
f"{self}::video_callback_task",
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user