You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is the right repository but it's happening with the Python RTC sdk (I don't know if it doesn't happen with other SDKs).
I have a very simple setup in which I connect to a room with the RTC library. I then start watching for active_speakers_changed room events with a simple:
When a speaker starts speaking I successfully receive the events but after this I usually get other events of the same time when really nothing as changed, in fact the reported list of partecipants who are active speakers doesn't change. Am I missing something? Are there other metadata sent over which can change and I'm not looking at?
The text was updated successfully, but these errors were encountered:
I'm not sure if this is the right repository but it's happening with the Python RTC sdk (I don't know if it doesn't happen with other SDKs).
I have a very simple setup in which I connect to a room with the RTC library. I then start watching for
active_speakers_changed
room events with a simple:When a speaker starts speaking I successfully receive the events but after this I usually get other events of the same time when really nothing as changed, in fact the reported list of partecipants who are active speakers doesn't change. Am I missing something? Are there other metadata sent over which can change and I'm not looking at?
The text was updated successfully, but these errors were encountered: