-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitRtc.JoinRequestOrBuilder
public final class LivekitRtc.JoinRequest extends GeneratedMessageLite<LivekitRtc.JoinRequest, LivekitRtc.JoinRequest.Builder> implements LivekitRtc.JoinRequestOrBuilder
Protobuf type
{@code livekit.JoinRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitRtc.JoinRequest.BuilderProtobuf type
{@code livekit.JoinRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intCLIENT_INFO_FIELD_NUMBERpublic final static intCONNECTION_SETTINGS_FIELD_NUMBERpublic final static intMETADATA_FIELD_NUMBERpublic final static intPARTICIPANT_ATTRIBUTES_FIELD_NUMBERpublic final static intADD_TRACK_REQUESTS_FIELD_NUMBERpublic final static intPUBLISHER_OFFER_FIELD_NUMBERpublic final static intRECONNECT_FIELD_NUMBERpublic final static intRECONNECT_REASON_FIELD_NUMBERpublic final static intPARTICIPANT_SID_FIELD_NUMBERpublic final static intSYNC_STATE_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description booleanhasClientInfo().livekit.ClientInfo client_info = 1;LivekitModels.ClientInfogetClientInfo().livekit.ClientInfo client_info = 1;booleanhasConnectionSettings().livekit.ConnectionSettings connection_settings = 2;LivekitRtc.ConnectionSettingsgetConnectionSettings().livekit.ConnectionSettings connection_settings = 2;StringgetMetadata()if not empty, will overwrite `metadata` in tokenstring metadata = 3;ByteStringgetMetadataBytes()if not empty, will overwrite `metadata` in tokenstring metadata = 3;intgetParticipantAttributesCount()will set keys provided via this will overwrite if the same key is in the token will not delete keys from token if there is a key collision and this sets that key to empty valuemap<string, string> participant_attributes = 4;booleancontainsParticipantAttributes(String key)will set keys provided via this will overwrite if the same key is in the token will not delete keys from token if there is a key collision and this sets that key to empty valuemap<string, string> participant_attributes = 4;Map<String, String>getParticipantAttributes()Use getParticipantAttributesMap instead. Map<String, String>getParticipantAttributesMap()will set keys provided via this will overwrite if the same key is in the token will not delete keys from token if there is a key collision and this sets that key to empty valuemap<string, string> participant_attributes = 4;StringgetParticipantAttributesOrDefault(String key, String defaultValue)will set keys provided via this will overwrite if the same key is in the token will not delete keys from token if there is a key collision and this sets that key to empty valuemap<string, string> participant_attributes = 4;StringgetParticipantAttributesOrThrow(String key)will set keys provided via this will overwrite if the same key is in the token will not delete keys from token if there is a key collision and this sets that key to empty valuemap<string, string> participant_attributes = 4;List<LivekitRtc.AddTrackRequest>getAddTrackRequestsList()repeated .livekit.AddTrackRequest add_track_requests = 5;List<out LivekitRtc.AddTrackRequestOrBuilder>getAddTrackRequestsOrBuilderList()repeated .livekit.AddTrackRequest add_track_requests = 5;intgetAddTrackRequestsCount()repeated .livekit.AddTrackRequest add_track_requests = 5;LivekitRtc.AddTrackRequestgetAddTrackRequests(int index)repeated .livekit.AddTrackRequest add_track_requests = 5;LivekitRtc.AddTrackRequestOrBuildergetAddTrackRequestsOrBuilder(int index)repeated .livekit.AddTrackRequest add_track_requests = 5;booleanhasPublisherOffer().livekit.SessionDescription publisher_offer = 6;LivekitRtc.SessionDescriptiongetPublisherOffer().livekit.SessionDescription publisher_offer = 6;booleangetReconnect()bool reconnect = 7;intgetReconnectReasonValue().livekit.ReconnectReason reconnect_reason = 8;LivekitModels.ReconnectReasongetReconnectReason().livekit.ReconnectReason reconnect_reason = 8;StringgetParticipantSid()string participant_sid = 9;ByteStringgetParticipantSidBytes()string participant_sid = 9;booleanhasSyncState().livekit.SyncState sync_state = 10;LivekitRtc.SyncStategetSyncState().livekit.SyncState sync_state = 10;static LivekitRtc.JoinRequestparseFrom(ByteBuffer data)static LivekitRtc.JoinRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitRtc.JoinRequestparseFrom(ByteString data)static LivekitRtc.JoinRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitRtc.JoinRequestparseFrom(Array<byte> data)static LivekitRtc.JoinRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitRtc.JoinRequestparseFrom(InputStream input)static LivekitRtc.JoinRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRtc.JoinRequestparseDelimitedFrom(InputStream input)static LivekitRtc.JoinRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRtc.JoinRequestparseFrom(CodedInputStream input)static LivekitRtc.JoinRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRtc.JoinRequest.BuildernewBuilder()static LivekitRtc.JoinRequest.BuildernewBuilder(LivekitRtc.JoinRequest prototype)static LivekitRtc.JoinRequestgetDefaultInstance()static Parser<LivekitRtc.JoinRequest>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
-
hasClientInfo
boolean hasClientInfo()
.livekit.ClientInfo client_info = 1;
-
getClientInfo
LivekitModels.ClientInfo getClientInfo()
.livekit.ClientInfo client_info = 1;
-
hasConnectionSettings
boolean hasConnectionSettings()
.livekit.ConnectionSettings connection_settings = 2;
-
getConnectionSettings
LivekitRtc.ConnectionSettings getConnectionSettings()
.livekit.ConnectionSettings connection_settings = 2;
-
getMetadata
String getMetadata()
if not empty, will overwrite `metadata` in tokenstring metadata = 3;
-
getMetadataBytes
ByteString getMetadataBytes()
if not empty, will overwrite `metadata` in tokenstring metadata = 3;
-
getParticipantAttributesCount
int getParticipantAttributesCount()
will set keys provided via this will overwrite if the same key is in the token will not delete keys from token if there is a key collision and this sets that key to empty valuemap<string, string> participant_attributes = 4;
-
containsParticipantAttributes
boolean containsParticipantAttributes(String key)
will set keys provided via this will overwrite if the same key is in the token will not delete keys from token if there is a key collision and this sets that key to empty valuemap<string, string> participant_attributes = 4;
-
getParticipantAttributes
@Deprecated() Map<String, String> getParticipantAttributes()
Use getParticipantAttributesMap instead.
-
getParticipantAttributesMap
Map<String, String> getParticipantAttributesMap()
will set keys provided via this will overwrite if the same key is in the token will not delete keys from token if there is a key collision and this sets that key to empty valuemap<string, string> participant_attributes = 4;
-
getParticipantAttributesOrDefault
String getParticipantAttributesOrDefault(String key, String defaultValue)
will set keys provided via this will overwrite if the same key is in the token will not delete keys from token if there is a key collision and this sets that key to empty valuemap<string, string> participant_attributes = 4;
-
getParticipantAttributesOrThrow
String getParticipantAttributesOrThrow(String key)
will set keys provided via this will overwrite if the same key is in the token will not delete keys from token if there is a key collision and this sets that key to empty valuemap<string, string> participant_attributes = 4;
-
getAddTrackRequestsList
List<LivekitRtc.AddTrackRequest> getAddTrackRequestsList()
repeated .livekit.AddTrackRequest add_track_requests = 5;
-
getAddTrackRequestsOrBuilderList
List<out LivekitRtc.AddTrackRequestOrBuilder> getAddTrackRequestsOrBuilderList()
repeated .livekit.AddTrackRequest add_track_requests = 5;
-
getAddTrackRequestsCount
int getAddTrackRequestsCount()
repeated .livekit.AddTrackRequest add_track_requests = 5;
-
getAddTrackRequests
LivekitRtc.AddTrackRequest getAddTrackRequests(int index)
repeated .livekit.AddTrackRequest add_track_requests = 5;
-
getAddTrackRequestsOrBuilder
LivekitRtc.AddTrackRequestOrBuilder getAddTrackRequestsOrBuilder(int index)
repeated .livekit.AddTrackRequest add_track_requests = 5;
-
hasPublisherOffer
boolean hasPublisherOffer()
.livekit.SessionDescription publisher_offer = 6;
-
getPublisherOffer
LivekitRtc.SessionDescription getPublisherOffer()
.livekit.SessionDescription publisher_offer = 6;
-
getReconnect
boolean getReconnect()
bool reconnect = 7;
-
getReconnectReasonValue
int getReconnectReasonValue()
.livekit.ReconnectReason reconnect_reason = 8;
-
getReconnectReason
LivekitModels.ReconnectReason getReconnectReason()
.livekit.ReconnectReason reconnect_reason = 8;
-
getParticipantSid
String getParticipantSid()
string participant_sid = 9;
-
getParticipantSidBytes
ByteString getParticipantSidBytes()
string participant_sid = 9;
-
hasSyncState
boolean hasSyncState()
.livekit.SyncState sync_state = 10;
-
getSyncState
LivekitRtc.SyncState getSyncState()
.livekit.SyncState sync_state = 10;
-
parseFrom
static LivekitRtc.JoinRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitRtc.JoinRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.JoinRequest parseFrom(ByteString data)
-
parseFrom
static LivekitRtc.JoinRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.JoinRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitRtc.JoinRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.JoinRequest parseFrom(InputStream input)
-
parseFrom
static LivekitRtc.JoinRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitRtc.JoinRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitRtc.JoinRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.JoinRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitRtc.JoinRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitRtc.JoinRequest.Builder newBuilder()
-
newBuilder
static LivekitRtc.JoinRequest.Builder newBuilder(LivekitRtc.JoinRequest prototype)
-
getDefaultInstance
static LivekitRtc.JoinRequest getDefaultInstance()
-
parser
static Parser<LivekitRtc.JoinRequest> parser()
-
-
-
-