-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitRtc.RoomMovedResponseOrBuilder
public final class LivekitRtc.RoomMovedResponse extends GeneratedMessageLite<LivekitRtc.RoomMovedResponse, LivekitRtc.RoomMovedResponse.Builder> implements LivekitRtc.RoomMovedResponseOrBuilder
Protobuf type
{@code livekit.RoomMovedResponse}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitRtc.RoomMovedResponse.BuilderProtobuf type
{@code livekit.RoomMovedResponse}
-
Field Summary
Fields Modifier and Type Field Description public final static intROOM_FIELD_NUMBERpublic final static intTOKEN_FIELD_NUMBERpublic final static intPARTICIPANT_FIELD_NUMBERpublic final static intOTHER_PARTICIPANTS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description booleanhasRoom()information about the new room.livekit.Room room = 1;LivekitModels.RoomgetRoom()information about the new room.livekit.Room room = 1;StringgetToken()new reconnect token that can be used to reconnect to the new roomstring token = 2;ByteStringgetTokenBytes()new reconnect token that can be used to reconnect to the new roomstring token = 2;booleanhasParticipant().livekit.ParticipantInfo participant = 3;LivekitModels.ParticipantInfogetParticipant().livekit.ParticipantInfo participant = 3;List<LivekitModels.ParticipantInfo>getOtherParticipantsList()repeated .livekit.ParticipantInfo other_participants = 4;List<out LivekitModels.ParticipantInfoOrBuilder>getOtherParticipantsOrBuilderList()repeated .livekit.ParticipantInfo other_participants = 4;intgetOtherParticipantsCount()repeated .livekit.ParticipantInfo other_participants = 4;LivekitModels.ParticipantInfogetOtherParticipants(int index)repeated .livekit.ParticipantInfo other_participants = 4;LivekitModels.ParticipantInfoOrBuildergetOtherParticipantsOrBuilder(int index)repeated .livekit.ParticipantInfo other_participants = 4;static LivekitRtc.RoomMovedResponseparseFrom(ByteBuffer data)static LivekitRtc.RoomMovedResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitRtc.RoomMovedResponseparseFrom(ByteString data)static LivekitRtc.RoomMovedResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitRtc.RoomMovedResponseparseFrom(Array<byte> data)static LivekitRtc.RoomMovedResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitRtc.RoomMovedResponseparseFrom(InputStream input)static LivekitRtc.RoomMovedResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRtc.RoomMovedResponseparseDelimitedFrom(InputStream input)static LivekitRtc.RoomMovedResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRtc.RoomMovedResponseparseFrom(CodedInputStream input)static LivekitRtc.RoomMovedResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRtc.RoomMovedResponse.BuildernewBuilder()static LivekitRtc.RoomMovedResponse.BuildernewBuilder(LivekitRtc.RoomMovedResponse prototype)static LivekitRtc.RoomMovedResponsegetDefaultInstance()static Parser<LivekitRtc.RoomMovedResponse>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
-
hasRoom
boolean hasRoom()
information about the new room.livekit.Room room = 1;
-
getRoom
LivekitModels.Room getRoom()
information about the new room.livekit.Room room = 1;
-
getToken
String getToken()
new reconnect token that can be used to reconnect to the new roomstring token = 2;
-
getTokenBytes
ByteString getTokenBytes()
new reconnect token that can be used to reconnect to the new roomstring token = 2;
-
hasParticipant
boolean hasParticipant()
.livekit.ParticipantInfo participant = 3;
-
getParticipant
LivekitModels.ParticipantInfo getParticipant()
.livekit.ParticipantInfo participant = 3;
-
getOtherParticipantsList
List<LivekitModels.ParticipantInfo> getOtherParticipantsList()
repeated .livekit.ParticipantInfo other_participants = 4;
-
getOtherParticipantsOrBuilderList
List<out LivekitModels.ParticipantInfoOrBuilder> getOtherParticipantsOrBuilderList()
repeated .livekit.ParticipantInfo other_participants = 4;
-
getOtherParticipantsCount
int getOtherParticipantsCount()
repeated .livekit.ParticipantInfo other_participants = 4;
-
getOtherParticipants
LivekitModels.ParticipantInfo getOtherParticipants(int index)
repeated .livekit.ParticipantInfo other_participants = 4;
-
getOtherParticipantsOrBuilder
LivekitModels.ParticipantInfoOrBuilder getOtherParticipantsOrBuilder(int index)
repeated .livekit.ParticipantInfo other_participants = 4;
-
parseFrom
static LivekitRtc.RoomMovedResponse parseFrom(ByteBuffer data)
-
parseFrom
static LivekitRtc.RoomMovedResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.RoomMovedResponse parseFrom(ByteString data)
-
parseFrom
static LivekitRtc.RoomMovedResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.RoomMovedResponse parseFrom(Array<byte> data)
-
parseFrom
static LivekitRtc.RoomMovedResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.RoomMovedResponse parseFrom(InputStream input)
-
parseFrom
static LivekitRtc.RoomMovedResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitRtc.RoomMovedResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitRtc.RoomMovedResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.RoomMovedResponse parseFrom(CodedInputStream input)
-
parseFrom
static LivekitRtc.RoomMovedResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitRtc.RoomMovedResponse.Builder newBuilder()
-
newBuilder
static LivekitRtc.RoomMovedResponse.Builder newBuilder(LivekitRtc.RoomMovedResponse prototype)
-
getDefaultInstance
static LivekitRtc.RoomMovedResponse getDefaultInstance()
-
parser
static Parser<LivekitRtc.RoomMovedResponse> parser()
-
-
-
-