-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRoom.RoomParticipantIdentityOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetRoom()name of the roomstring room = 1;abstract ByteStringgetRoomBytes()name of the roomstring room = 1;abstract StringgetIdentity()identity of the participantstring identity = 2;abstract ByteStringgetIdentityBytes()identity of the participantstring identity = 2;-
-
Method Detail
-
getRoomBytes
abstract ByteString getRoomBytes()
name of the roomstring room = 1;
-
getIdentity
abstract String getIdentity()
identity of the participantstring identity = 2;
-
getIdentityBytes
abstract ByteString getIdentityBytes()
identity of the participantstring identity = 2;
-
-
-
-