what are the participant kind code for different p...
# ask-ai
m
what are the participant kind code for different participants SIP and web participant
t
Thanks for reaching out, Rajadurai. I'm an AI assistant and I'm here to help. Give me a moment while I research this topic.
I'm happy to help clarify the participant kind codes in LiveKit for you! • SIP participants: Their kind code is
3
, shown as the enum value
SIP
. These are telephony users who connect through SIP. • Web participants: Their kind code is
0
, represented by the enum value
STANDARD
. These are your regular participants, usually end-users joining from web clients. Sources: Sources/LiveKit/Protos/livekit_models.pb.swift | lib/src/proto/livekit_models.pbjson.dart | Rooms, participants, and tracks | LiveKit Docs