-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitRtc.JoinResponseOrBuilder
public final class LivekitRtc.JoinResponse extends GeneratedMessageLite<LivekitRtc.JoinResponse, LivekitRtc.JoinResponse.Builder> implements LivekitRtc.JoinResponseOrBuilder
Protobuf type
{@code livekit.JoinResponse}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitRtc.JoinResponse.BuilderProtobuf type
{@code livekit.JoinResponse}
-
Field Summary
Fields Modifier and Type Field Description public final static intROOM_FIELD_NUMBERpublic final static intPARTICIPANT_FIELD_NUMBERpublic final static intOTHER_PARTICIPANTS_FIELD_NUMBERpublic final static intSERVER_VERSION_FIELD_NUMBERpublic final static intICE_SERVERS_FIELD_NUMBERpublic final static intSUBSCRIBER_PRIMARY_FIELD_NUMBERpublic final static intALTERNATIVE_URL_FIELD_NUMBERpublic final static intCLIENT_CONFIGURATION_FIELD_NUMBERpublic final static intSERVER_REGION_FIELD_NUMBERpublic final static intPING_TIMEOUT_FIELD_NUMBERpublic final static intPING_INTERVAL_FIELD_NUMBERpublic final static intSERVER_INFO_FIELD_NUMBERpublic final static intSIF_TRAILER_FIELD_NUMBERpublic final static intENABLED_PUBLISH_CODECS_FIELD_NUMBERpublic final static intFAST_PUBLISH_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description booleanhasRoom().livekit.Room room = 1;LivekitModels.RoomgetRoom().livekit.Room room = 1;booleanhasParticipant().livekit.ParticipantInfo participant = 2;LivekitModels.ParticipantInfogetParticipant().livekit.ParticipantInfo participant = 2;List<LivekitModels.ParticipantInfo>getOtherParticipantsList()repeated .livekit.ParticipantInfo other_participants = 3;List<out LivekitModels.ParticipantInfoOrBuilder>getOtherParticipantsOrBuilderList()repeated .livekit.ParticipantInfo other_participants = 3;intgetOtherParticipantsCount()repeated .livekit.ParticipantInfo other_participants = 3;LivekitModels.ParticipantInfogetOtherParticipants(int index)repeated .livekit.ParticipantInfo other_participants = 3;LivekitModels.ParticipantInfoOrBuildergetOtherParticipantsOrBuilder(int index)repeated .livekit.ParticipantInfo other_participants = 3;StringgetServerVersion()deprecated. use server_info.version instead.string server_version = 4;ByteStringgetServerVersionBytes()deprecated. use server_info.version instead.string server_version = 4;List<LivekitRtc.ICEServer>getIceServersList()repeated .livekit.ICEServer ice_servers = 5;List<out LivekitRtc.ICEServerOrBuilder>getIceServersOrBuilderList()repeated .livekit.ICEServer ice_servers = 5;intgetIceServersCount()repeated .livekit.ICEServer ice_servers = 5;LivekitRtc.ICEServergetIceServers(int index)repeated .livekit.ICEServer ice_servers = 5;LivekitRtc.ICEServerOrBuildergetIceServersOrBuilder(int index)repeated .livekit.ICEServer ice_servers = 5;booleangetSubscriberPrimary()use subscriber as the primary PeerConnectionbool subscriber_primary = 6;StringgetAlternativeUrl()when the current server isn't available, return alternate url to retry connection when this is set, the other fields will be largely emptystring alternative_url = 7;ByteStringgetAlternativeUrlBytes()when the current server isn't available, return alternate url to retry connection when this is set, the other fields will be largely emptystring alternative_url = 7;booleanhasClientConfiguration().livekit.ClientConfiguration client_configuration = 8;LivekitModels.ClientConfigurationgetClientConfiguration().livekit.ClientConfiguration client_configuration = 8;StringgetServerRegion()deprecated. use server_info.region instead.string server_region = 9;ByteStringgetServerRegionBytes()deprecated. use server_info.region instead.string server_region = 9;intgetPingTimeout()int32 ping_timeout = 10;intgetPingInterval()int32 ping_interval = 11;booleanhasServerInfo().livekit.ServerInfo server_info = 12;LivekitModels.ServerInfogetServerInfo().livekit.ServerInfo server_info = 12;ByteStringgetSifTrailer()Server-Injected-Frame byte trailer, used to identify unencrypted frames when e2ee is enabledbytes sif_trailer = 13;List<LivekitModels.Codec>getEnabledPublishCodecsList()repeated .livekit.Codec enabled_publish_codecs = 14;List<out LivekitModels.CodecOrBuilder>getEnabledPublishCodecsOrBuilderList()repeated .livekit.Codec enabled_publish_codecs = 14;intgetEnabledPublishCodecsCount()repeated .livekit.Codec enabled_publish_codecs = 14;LivekitModels.CodecgetEnabledPublishCodecs(int index)repeated .livekit.Codec enabled_publish_codecs = 14;LivekitModels.CodecOrBuildergetEnabledPublishCodecsOrBuilder(int index)repeated .livekit.Codec enabled_publish_codecs = 14;booleangetFastPublish()when set, client should attempt to establish publish peer connection when joining room to speed up publishingbool fast_publish = 15;static LivekitRtc.JoinResponseparseFrom(ByteBuffer data)static LivekitRtc.JoinResponseparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitRtc.JoinResponseparseFrom(ByteString data)static LivekitRtc.JoinResponseparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitRtc.JoinResponseparseFrom(Array<byte> data)static LivekitRtc.JoinResponseparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitRtc.JoinResponseparseFrom(InputStream input)static LivekitRtc.JoinResponseparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRtc.JoinResponseparseDelimitedFrom(InputStream input)static LivekitRtc.JoinResponseparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRtc.JoinResponseparseFrom(CodedInputStream input)static LivekitRtc.JoinResponseparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitRtc.JoinResponse.BuildernewBuilder()static LivekitRtc.JoinResponse.BuildernewBuilder(LivekitRtc.JoinResponse prototype)static LivekitRtc.JoinResponsegetDefaultInstance()static Parser<LivekitRtc.JoinResponse>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()
.livekit.Room room = 1;
-
getRoom
LivekitModels.Room getRoom()
.livekit.Room room = 1;
-
hasParticipant
boolean hasParticipant()
.livekit.ParticipantInfo participant = 2;
-
getParticipant
LivekitModels.ParticipantInfo getParticipant()
.livekit.ParticipantInfo participant = 2;
-
getOtherParticipantsList
List<LivekitModels.ParticipantInfo> getOtherParticipantsList()
repeated .livekit.ParticipantInfo other_participants = 3;
-
getOtherParticipantsOrBuilderList
List<out LivekitModels.ParticipantInfoOrBuilder> getOtherParticipantsOrBuilderList()
repeated .livekit.ParticipantInfo other_participants = 3;
-
getOtherParticipantsCount
int getOtherParticipantsCount()
repeated .livekit.ParticipantInfo other_participants = 3;
-
getOtherParticipants
LivekitModels.ParticipantInfo getOtherParticipants(int index)
repeated .livekit.ParticipantInfo other_participants = 3;
-
getOtherParticipantsOrBuilder
LivekitModels.ParticipantInfoOrBuilder getOtherParticipantsOrBuilder(int index)
repeated .livekit.ParticipantInfo other_participants = 3;
-
getServerVersion
String getServerVersion()
deprecated. use server_info.version instead.string server_version = 4;
-
getServerVersionBytes
ByteString getServerVersionBytes()
deprecated. use server_info.version instead.string server_version = 4;
-
getIceServersList
List<LivekitRtc.ICEServer> getIceServersList()
repeated .livekit.ICEServer ice_servers = 5;
-
getIceServersOrBuilderList
List<out LivekitRtc.ICEServerOrBuilder> getIceServersOrBuilderList()
repeated .livekit.ICEServer ice_servers = 5;
-
getIceServersCount
int getIceServersCount()
repeated .livekit.ICEServer ice_servers = 5;
-
getIceServers
LivekitRtc.ICEServer getIceServers(int index)
repeated .livekit.ICEServer ice_servers = 5;
-
getIceServersOrBuilder
LivekitRtc.ICEServerOrBuilder getIceServersOrBuilder(int index)
repeated .livekit.ICEServer ice_servers = 5;
-
getSubscriberPrimary
boolean getSubscriberPrimary()
use subscriber as the primary PeerConnectionbool subscriber_primary = 6;
-
getAlternativeUrl
String getAlternativeUrl()
when the current server isn't available, return alternate url to retry connection when this is set, the other fields will be largely emptystring alternative_url = 7;
-
getAlternativeUrlBytes
ByteString getAlternativeUrlBytes()
when the current server isn't available, return alternate url to retry connection when this is set, the other fields will be largely emptystring alternative_url = 7;
-
hasClientConfiguration
boolean hasClientConfiguration()
.livekit.ClientConfiguration client_configuration = 8;
-
getClientConfiguration
LivekitModels.ClientConfiguration getClientConfiguration()
.livekit.ClientConfiguration client_configuration = 8;
-
getServerRegion
String getServerRegion()
deprecated. use server_info.region instead.string server_region = 9;
-
getServerRegionBytes
ByteString getServerRegionBytes()
deprecated. use server_info.region instead.string server_region = 9;
-
getPingTimeout
int getPingTimeout()
int32 ping_timeout = 10;
-
getPingInterval
int getPingInterval()
int32 ping_interval = 11;
-
hasServerInfo
boolean hasServerInfo()
.livekit.ServerInfo server_info = 12;
-
getServerInfo
LivekitModels.ServerInfo getServerInfo()
.livekit.ServerInfo server_info = 12;
-
getSifTrailer
ByteString getSifTrailer()
Server-Injected-Frame byte trailer, used to identify unencrypted frames when e2ee is enabledbytes sif_trailer = 13;
-
getEnabledPublishCodecsList
List<LivekitModels.Codec> getEnabledPublishCodecsList()
repeated .livekit.Codec enabled_publish_codecs = 14;
-
getEnabledPublishCodecsOrBuilderList
List<out LivekitModels.CodecOrBuilder> getEnabledPublishCodecsOrBuilderList()
repeated .livekit.Codec enabled_publish_codecs = 14;
-
getEnabledPublishCodecsCount
int getEnabledPublishCodecsCount()
repeated .livekit.Codec enabled_publish_codecs = 14;
-
getEnabledPublishCodecs
LivekitModels.Codec getEnabledPublishCodecs(int index)
repeated .livekit.Codec enabled_publish_codecs = 14;
-
getEnabledPublishCodecsOrBuilder
LivekitModels.CodecOrBuilder getEnabledPublishCodecsOrBuilder(int index)
repeated .livekit.Codec enabled_publish_codecs = 14;
-
getFastPublish
boolean getFastPublish()
when set, client should attempt to establish publish peer connection when joining room to speed up publishingbool fast_publish = 15;
-
parseFrom
static LivekitRtc.JoinResponse parseFrom(ByteBuffer data)
-
parseFrom
static LivekitRtc.JoinResponse parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.JoinResponse parseFrom(ByteString data)
-
parseFrom
static LivekitRtc.JoinResponse parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.JoinResponse parseFrom(Array<byte> data)
-
parseFrom
static LivekitRtc.JoinResponse parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.JoinResponse parseFrom(InputStream input)
-
parseFrom
static LivekitRtc.JoinResponse parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitRtc.JoinResponse parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitRtc.JoinResponse parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitRtc.JoinResponse parseFrom(CodedInputStream input)
-
parseFrom
static LivekitRtc.JoinResponse parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitRtc.JoinResponse.Builder newBuilder()
-
newBuilder
static LivekitRtc.JoinResponse.Builder newBuilder(LivekitRtc.JoinResponse prototype)
-
getDefaultInstance
static LivekitRtc.JoinResponse getDefaultInstance()
-
parser
static Parser<LivekitRtc.JoinResponse> parser()
-
-
-
-