transports(daily): just make it clear we subscribe to camera

This commit is contained in:
Aleix Conchillo Flaqué
2024-11-04 17:32:46 -08:00
parent 6082da284e
commit bd50201ce4

View File

@@ -497,7 +497,7 @@ class DailyTransportClient(EventHandler):
): ):
# Only enable camera subscription on this participant # Only enable camera subscription on this participant
await self.update_subscriptions( await self.update_subscriptions(
participant_settings={participant_id: {"media": "subscribed"}} participant_settings={participant_id: {"media": {"camera": "subscribed"}}}
) )
self._video_renderers[participant_id] = callback self._video_renderers[participant_id] = callback