Skip to main content
Version: 2.x

Class MediaActiveStateChangedEventArgs

Arguments for MediaActiveStateChanged events in the current room

Assembly: cs.temp.dll.dll
Declaration
public class MediaActiveStateChangedEventArgs : EventArgs

Properties

MediaId

media id

Declaration
public ushort MediaId { get; }

PeerId

peer id

Declaration
public ulong PeerId { get; }

Active

state of the media

Declaration
public bool Active { get; }