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

    Enumeration ParticipantInfo_Kind

    from enum livekit.ParticipantInfo.Kind

    Index

    Enumeration Members

    STANDARD: 0

    standard participants, e.g. web clients

    from enum value: STANDARD = 0;

    INGRESS: 1

    only ingests streams

    from enum value: INGRESS = 1;

    EGRESS: 2

    only consumes streams

    from enum value: EGRESS = 2;

    SIP: 3

    SIP participants

    from enum value: SIP = 3;

    AGENT: 4

    LiveKit agents

    from enum value: AGENT = 4;

    CONNECTOR: 7

    Connectors participants

    from enum value: CONNECTOR = 7;

    BRIDGE: 8

    Bridge participants

    NEXT_ID: 9

    from enum value: BRIDGE = 8;