Explicit leave in SignalResponse. Internal DeleteRoom message
This commit is contained in:
@@ -35,6 +35,7 @@ message RTCNodeMessage {
|
||||
RoomParticipantIdentity remove_participant = 4;
|
||||
MuteRoomTrackRequest mute_track = 5;
|
||||
UpdateParticipantRequest update_participant = 6;
|
||||
DeleteRoomRequest delete_room = 7;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -40,6 +40,8 @@ message SignalResponse {
|
||||
TrackPublishedResponse track_published = 6;
|
||||
// list of active speakers
|
||||
ActiveSpeakerUpdate speaker = 7;
|
||||
// Immediately terminate session
|
||||
LeaveRequest leave = 8;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user