-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRoom.MoveParticipantRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRoom()room to move participant fromstring room = 1;abstract ByteStringgetRoomBytes()room to move participant fromstring room = 1;abstract StringgetIdentity()identity of the participant to move tostring identity = 2;abstract ByteStringgetIdentityBytes()identity of the participant to move tostring identity = 2;abstract StringgetDestinationRoom()room to move participant tostring destination_room = 3;abstract ByteStringgetDestinationRoomBytes()room to move participant tostring destination_room = 3;-
-
Method Detail
-
getRoomBytes
abstract ByteString getRoomBytes()
room to move participant fromstring room = 1;
-
getIdentity
abstract String getIdentity()
identity of the participant to move tostring identity = 2;
-
getIdentityBytes
abstract ByteString getIdentityBytes()
identity of the participant to move tostring identity = 2;
-
getDestinationRoom
abstract String getDestinationRoom()
room to move participant tostring destination_room = 3;
-
getDestinationRoomBytes
abstract ByteString getDestinationRoomBytes()
room to move participant tostring destination_room = 3;
-
-
-
-