Skip to main content
Version: 1.x

Class MediaActiveStateChangedEventArgs

Arguments for MediaActiveStateChanged events in the current room

Declaration
public class MediaActiveStateChangedEventArgs : EventArgs

Properties

MediaStreamId

stream handle id

Declaration
public long MediaStreamId { get; }

PeerId

peer id

Declaration
public ulong PeerId { get; }

Active

state of the media

Declaration
public bool Active { get; }