mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-29 05:11:44 +03:00
Fix invoking RemoveParticipant
on live-kit server
This commit is contained in:
parent
bf98300547
commit
47be340cac
@ -68,9 +68,13 @@ impl Client {
|
||||
"twirp/livekit.RoomService/RemoveParticipant",
|
||||
token::VideoGrant {
|
||||
room_admin: Some(true),
|
||||
room: Some(&room),
|
||||
..Default::default()
|
||||
},
|
||||
proto::RoomParticipantIdentity { room, identity },
|
||||
proto::RoomParticipantIdentity {
|
||||
room: room.clone(),
|
||||
identity,
|
||||
},
|
||||
);
|
||||
async move {
|
||||
let _: proto::RemoveParticipantResponse = response.await?;
|
||||
|
Loading…
Reference in New Issue
Block a user