Undeprecate DailyUpdateRemoteParticipantsFrame

Remove the deprecation warning and __post_init__ override. Also fix the
default value for remote_participants to use field(default_factory=dict)
instead of None.
This commit is contained in:
Aleix Conchillo Flaqué
2026-02-11 11:58:14 -08:00
parent 200716e8fe
commit 7501ba2e45
2 changed files with 10 additions and 38 deletions

View File

@@ -0,0 +1 @@
- `DailyUpdateRemoteParticipantsFrame` is no longer deprecated and is now queued with audio like other transport frames.