We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b716ec commit 2a74fa8Copy full SHA for 2a74fa8
1 file changed
auth/grants.go
@@ -663,6 +663,8 @@ func kindToProto(sourceStr string) livekit.ParticipantInfo_Kind {
663
return livekit.ParticipantInfo_SIP
664
case "agent":
665
return livekit.ParticipantInfo_AGENT
666
+ case "connector":
667
+ return livekit.ParticipantInfo_CONNECTOR
668
default:
669
return livekit.ParticipantInfo_STANDARD
670
}
0 commit comments