Optional capabilities advertised by the client at connect time. The SFU uses these flags to decide whether to enable features that require client-side support (e.g. passing RTP packet trailers through to the subscriber instead of stripping them).
from enum livekit.ClientInfo.Capability
from enum value: CAP_UNUSED = 0;
from enum value: CAP_PACKET_TRAILER = 1;
from enum value: CAP_COMPRESSION_DEFLATE_RAW = 2;
Optional capabilities advertised by the client at connect time. The SFU uses these flags to decide whether to enable features that require client-side support (e.g. passing RTP packet trailers through to the subscriber instead of stripping them).
Generated
from enum livekit.ClientInfo.Capability