Our new developer documentation is now available. Please check it out!
OdinMediaActivityChangedEvent
On this page
The OdinMediaActivityChangedEvent
event is emitted on OdinRoom
, OdinPeer
and OdinMedia
instances when a media is sending/receiving data. This can be used to determine when a user starts/stops speaking.
Events are inheriting from IOdinEvent
and provide an object described by IOdinMediaActivityChangedEventPayload
in the payload
property of the event.