transports(daily): allow updating subscriptions before join
This commit is contained in:
@@ -500,9 +500,6 @@ class DailyTransportClient(EventHandler):
|
|||||||
self._client.update_transcription(participants, instance_id)
|
self._client.update_transcription(participants, instance_id)
|
||||||
|
|
||||||
async def update_subscriptions(self, participant_settings=None, profile_settings=None):
|
async def update_subscriptions(self, participant_settings=None, profile_settings=None):
|
||||||
if not self._joined or self._leaving:
|
|
||||||
return
|
|
||||||
|
|
||||||
future = self._loop.create_future()
|
future = self._loop.create_future()
|
||||||
self._client.update_subscriptions(
|
self._client.update_subscriptions(
|
||||||
participant_settings=participant_settings,
|
participant_settings=participant_settings,
|
||||||
|
|||||||
Reference in New Issue
Block a user