API ReferenceOdinNative.Wrapper.RoomMediaActiveStateChangedEventArgsVersion: 2.xOn this pageClass MediaActiveStateChangedEventArgs Arguments for MediaActiveStateChanged events in the current room Assembly: cs.temp.dll.dll Declarationpublic class MediaActiveStateChangedEventArgs : EventArgs Properties MediaId media id Declarationpublic ushort MediaId { get; } PeerId peer id Declarationpublic ulong PeerId { get; } Active state of the media Declarationpublic bool Active { get; }