Skip to main content
Version: 2.x

Class DecoderAddedEventArgs

Arguments for decoder added events dispatched from OdinNative.Unity.OdinRoom

Declaration
public class DecoderAddedEventArgs : EventArgs

Inheritance: System.Object -> System.EventArgs

Properties

RoomId

room id

Declaration
public ulong RoomId { get; }

PeerId

peer id

Declaration
public uint PeerId { get; }

MediaId

media id

Declaration
public ulong MediaId { get; }