plugNmeet JS SDK - v2.2.1
    Preparing search index...

    Enumeration ClientInfo_Capability

    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

    Index
    CAP_UNUSED: 0

    from enum value: CAP_UNUSED = 0;

    CAP_PACKET_TRAILER: 1

    from enum value: CAP_PACKET_TRAILER = 1;

    CAP_COMPRESSION_DEFLATE_RAW: 2

    from enum value: CAP_COMPRESSION_DEFLATE_RAW = 2;