add remote participant updates to DailyTransport
This commit is contained in:
@@ -106,15 +106,6 @@ class DailyInputTransportMessageUrgentFrame(InputTransportMessageUrgentFrame):
|
|||||||
|
|
||||||
participant_id: Optional[str] = None
|
participant_id: Optional[str] = None
|
||||||
|
|
||||||
@dataclass
|
|
||||||
class DailyUpdateRemoteParticipantsFrame(DataFrame):
|
|
||||||
"""Frame to update remote participants in Daily calls.
|
|
||||||
|
|
||||||
Parameters:
|
|
||||||
remote_participants: See https://reference-python.daily.co/api_reference.html#daily.CallClient.update_remote_participants.
|
|
||||||
"""
|
|
||||||
|
|
||||||
remote_participants: Optional[Any] = None
|
|
||||||
|
|
||||||
@dataclass
|
@dataclass
|
||||||
class DailyUpdateRemoteParticipantsFrame(ControlFrame):
|
class DailyUpdateRemoteParticipantsFrame(ControlFrame):
|
||||||
|
|||||||
Reference in New Issue
Block a user