from enum livekit.ParticipantInfo.Kind
standard participants, e.g. web clients
from enum value: STANDARD = 0;
only ingests streams
from enum value: INGRESS = 1;
only consumes streams
from enum value: EGRESS = 2;
SIP participants
from enum value: SIP = 3;
LiveKit agents
from enum value: AGENT = 4;
Connectors participants
from enum value: CONNECTOR = 7;
Bridge participants
NEXT_ID: 9
from enum value: BRIDGE = 8;
Generated
from enum livekit.ParticipantInfo.Kind