from field: repeated livekit.SimulcastCodecInfo codecs = 13;
true if DTX (Discontinuous Transmission) is disabled for audio
from field: bool disable_dtx = 8;
true if RED (Redundant Encoding) is disabled for audio
from field: bool disable_red = 15;
from field: livekit.Encryption.Type encryption = 16;
original height of video (unset for audio)
from field: uint32 height = 6;
from field: repeated livekit.VideoLayer layers = 10;
from field: string mid = 12;
mime type of codec
from field: string mime_type = 11;
from field: bool muted = 4;
from field: string name = 3;
from field: string sid = 1;
true if track is simulcasted
from field: bool simulcast = 7;
source of media
from field: livekit.TrackSource source = 9;
from field: bool stereo = 14;
from field: string stream = 17;
from field: livekit.TrackType type = 2;
original width of video (unset for audio) clients may receive a lower resolution version with simulcast
from field: uint32 width = 5;
Static
Readonly
fieldsStatic
Readonly
runtimeStatic
Readonly
typeStatic
equalsStatic
fromStatic
fromStatic
fromGenerated using TypeDoc
Generated
from message livekit.TrackInfo