Skip to content

Commit 2a74fa8

Browse files
authored
fix(grants): kindToProto for connector (#1339)
1 parent 6b716ec commit 2a74fa8

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

auth/grants.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -663,6 +663,8 @@ func kindToProto(sourceStr string) livekit.ParticipantInfo_Kind {
663663
return livekit.ParticipantInfo_SIP
664664
case "agent":
665665
return livekit.ParticipantInfo_AGENT
666+
case "connector":
667+
return livekit.ParticipantInfo_CONNECTOR
666668
default:
667669
return livekit.ParticipantInfo_STANDARD
668670
}

0 commit comments

Comments
 (0)