-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitModels.ClientConfigurationOrBuilder
public final class LivekitModels.ClientConfiguration extends GeneratedMessageLite<LivekitModels.ClientConfiguration, LivekitModels.ClientConfiguration.Builder> implements LivekitModels.ClientConfigurationOrBuilder
Protobuf typeserver provided client configuration{@code livekit.ClientConfiguration}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitModels.ClientConfiguration.Builder
Protobuf typeserver provided client configuration{@code livekit.ClientConfiguration}
-
Field Summary
Fields Modifier and Type Field Description public final static intVIDEO_FIELD_NUMBERpublic final static intSCREEN_FIELD_NUMBERpublic final static intRESUME_CONNECTION_FIELD_NUMBERpublic final static intDISABLED_CODECS_FIELD_NUMBERpublic final static intFORCE_RELAY_FIELD_NUMBER
-
Method Summary
-
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
-
hasVideo
boolean hasVideo()
.livekit.VideoConfiguration video = 1;
-
getVideo
LivekitModels.VideoConfiguration getVideo()
.livekit.VideoConfiguration video = 1;
-
hasScreen
boolean hasScreen()
.livekit.VideoConfiguration screen = 2;
-
getScreen
LivekitModels.VideoConfiguration getScreen()
.livekit.VideoConfiguration screen = 2;
-
getResumeConnectionValue
int getResumeConnectionValue()
.livekit.ClientConfigSetting resume_connection = 3;
-
getResumeConnection
LivekitModels.ClientConfigSetting getResumeConnection()
.livekit.ClientConfigSetting resume_connection = 3;
-
hasDisabledCodecs
boolean hasDisabledCodecs()
.livekit.DisabledCodecs disabled_codecs = 4;
-
getDisabledCodecs
LivekitModels.DisabledCodecs getDisabledCodecs()
.livekit.DisabledCodecs disabled_codecs = 4;
-
getForceRelayValue
int getForceRelayValue()
.livekit.ClientConfigSetting force_relay = 5;
-
getForceRelay
LivekitModels.ClientConfigSetting getForceRelay()
.livekit.ClientConfigSetting force_relay = 5;
-
parseFrom
static LivekitModels.ClientConfiguration parseFrom(ByteBuffer data)
-
parseFrom
static LivekitModels.ClientConfiguration parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.ClientConfiguration parseFrom(ByteString data)
-
parseFrom
static LivekitModels.ClientConfiguration parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.ClientConfiguration parseFrom(Array<byte> data)
-
parseFrom
static LivekitModels.ClientConfiguration parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.ClientConfiguration parseFrom(InputStream input)
-
parseFrom
static LivekitModels.ClientConfiguration parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitModels.ClientConfiguration parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitModels.ClientConfiguration parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.ClientConfiguration parseFrom(CodedInputStream input)
-
parseFrom
static LivekitModels.ClientConfiguration parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitModels.ClientConfiguration.Builder newBuilder()
-
newBuilder
static LivekitModels.ClientConfiguration.Builder newBuilder(LivekitModels.ClientConfiguration prototype)
-
getDefaultInstance
static LivekitModels.ClientConfiguration getDefaultInstance()
-
parser
static Parser<LivekitModels.ClientConfiguration> parser()
-
-
-
-