Skip to main content
Version: 2.x

Class MediaAddedEventArgs

Arguments for MediaAdded events in the current room

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

Properties

RoomId

room id

Declaration
public ulong RoomId { get; }

PeerId

peer id

Declaration
public ulong PeerId { get; }

MediaId

media id

Declaration
public ushort MediaId { get; }

MediaUId

media uid

Declaration
public string MediaUId { get; }