-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitRoom.ForwardParticipantRequestOrBuilder
public final class LivekitRoom.ForwardParticipantRequest extends GeneratedMessageLite<LivekitRoom.ForwardParticipantRequest, LivekitRoom.ForwardParticipantRequest.Builder> implements LivekitRoom.ForwardParticipantRequestOrBuilder
Protobuf type
{@code livekit.ForwardParticipantRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitRoom.ForwardParticipantRequest.BuilderProtobuf type
{@code livekit.ForwardParticipantRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intROOM_FIELD_NUMBERpublic final static intIDENTITY_FIELD_NUMBERpublic final static intDESTINATION_ROOM_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetRoom()room to forward participant fromstring room = 1;ByteStringgetRoomBytes()room to forward participant fromstring room = 1;StringgetIdentity()identity of the participant to forwardstring identity = 2;ByteStringgetIdentityBytes()identity of the participant to forwardstring identity = 2;StringgetDestinationRoom()room to forward participant tostring destination_room = 3;ByteStringgetDestinationRoomBytes()room to forward participant tostring destination_room = 3;static LivekitRoom.ForwardParticipantRequestparseFrom(ByteBuffer data)static LivekitRoom.ForwardParticipantRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitRoom.ForwardParticipantRequestparseFrom(ByteString data)static LivekitRoom.ForwardParticipantRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitRoom.ForwardParticipantRequestparseFrom(Array<byte> data)static LivekitRoom.ForwardParticipantRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitRoom.ForwardParticipantRequestparseFrom(InputStream input)static LivekitRoom.ForwardParticipantRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRoom.ForwardParticipantRequestparseDelimitedFrom(InputStream input)static LivekitRoom.ForwardParticipantRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRoom.ForwardParticipantRequestparseFrom(CodedInputStream input)static LivekitRoom.ForwardParticipantRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRoom.ForwardParticipantRequest.BuildernewBuilder()static LivekitRoom.ForwardParticipantRequest.BuildernewBuilder(LivekitRoom.ForwardParticipantRequest prototype)static LivekitRoom.ForwardParticipantRequestgetDefaultInstance()static Parser<LivekitRoom.ForwardParticipantRequest>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getRoomBytes
ByteString getRoomBytes()
room to forward participant fromstring room = 1;
-
getIdentity
String getIdentity()
identity of the participant to forwardstring identity = 2;
-
getIdentityBytes
ByteString getIdentityBytes()
identity of the participant to forwardstring identity = 2;
-
getDestinationRoom
String getDestinationRoom()
room to forward participant tostring destination_room = 3;
-
getDestinationRoomBytes
ByteString getDestinationRoomBytes()
room to forward participant tostring destination_room = 3;
-
parseFrom
static LivekitRoom.ForwardParticipantRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitRoom.ForwardParticipantRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.ForwardParticipantRequest parseFrom(ByteString data)
-
parseFrom
static LivekitRoom.ForwardParticipantRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.ForwardParticipantRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitRoom.ForwardParticipantRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.ForwardParticipantRequest parseFrom(InputStream input)
-
parseFrom
static LivekitRoom.ForwardParticipantRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitRoom.ForwardParticipantRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitRoom.ForwardParticipantRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRoom.ForwardParticipantRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitRoom.ForwardParticipantRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitRoom.ForwardParticipantRequest.Builder newBuilder()
-
newBuilder
static LivekitRoom.ForwardParticipantRequest.Builder newBuilder(LivekitRoom.ForwardParticipantRequest prototype)
-
getDefaultInstance
static LivekitRoom.ForwardParticipantRequest getDefaultInstance()
-
parser
static Parser<LivekitRoom.ForwardParticipantRequest> parser()
-
-
-
-