Skip to content

Commit ff54940

Browse files
Add participant kind & detail for rtsp bridge (#1331)
* Add participant kind & detail for rtsp bridge * remove reserved seq. * generated protobuf --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 0eb2780 commit ff54940

File tree

2 files changed

+20
-6
lines changed

2 files changed

+20
-6
lines changed

livekit/livekit_models.pb.go

Lines changed: 15 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

protobufs/livekit_models.proto

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,13 +154,17 @@ message ParticipantInfo {
154154
AGENT = 4;
155155
// Connectors participants
156156
CONNECTOR = 7;
157-
// NEXT_ID: 8
157+
// Bridge participants
158+
BRIDGE = 8;
159+
// NEXT_ID: 9
158160
}
159161
enum KindDetail {
160162
CLOUD_AGENT = 0;
161163
FORWARDED = 1;
162164
CONNECTOR_WHATSAPP = 2;
163165
CONNECTOR_TWILIO = 3;
166+
BRIDGE_RTSP = 4;
167+
// NEXT_ID: 5
164168
}
165169
string sid = 1;
166170
string identity = 2;

0 commit comments

Comments
 (0)