DailyTransport: fix video task variable

This commit is contained in:
Aleix Conchillo Flaqué
2025-05-23 17:54:25 -07:00
parent 456db3710a
commit 6ca6ff37c9

View File

@@ -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",
) )