-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.ClientConfigurationOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleanhasVideo().livekit.VideoConfiguration video = 1;abstract LivekitModels.VideoConfigurationgetVideo().livekit.VideoConfiguration video = 1;abstract booleanhasScreen().livekit.VideoConfiguration screen = 2;abstract LivekitModels.VideoConfigurationgetScreen().livekit.VideoConfiguration screen = 2;abstract intgetResumeConnectionValue().livekit.ClientConfigSetting resume_connection = 3;abstract LivekitModels.ClientConfigSettinggetResumeConnection().livekit.ClientConfigSetting resume_connection = 3;abstract booleanhasDisabledCodecs().livekit.DisabledCodecs disabled_codecs = 4;abstract LivekitModels.DisabledCodecsgetDisabledCodecs().livekit.DisabledCodecs disabled_codecs = 4;abstract intgetForceRelayValue().livekit.ClientConfigSetting force_relay = 5;abstract LivekitModels.ClientConfigSettinggetForceRelay().livekit.ClientConfigSetting force_relay = 5;-
-
Method Detail
-
hasVideo
abstract boolean hasVideo()
.livekit.VideoConfiguration video = 1;
-
getVideo
abstract LivekitModels.VideoConfiguration getVideo()
.livekit.VideoConfiguration video = 1;
-
hasScreen
abstract boolean hasScreen()
.livekit.VideoConfiguration screen = 2;
-
getScreen
abstract LivekitModels.VideoConfiguration getScreen()
.livekit.VideoConfiguration screen = 2;
-
getResumeConnectionValue
abstract int getResumeConnectionValue()
.livekit.ClientConfigSetting resume_connection = 3;
-
getResumeConnection
abstract LivekitModels.ClientConfigSetting getResumeConnection()
.livekit.ClientConfigSetting resume_connection = 3;
-
hasDisabledCodecs
abstract boolean hasDisabledCodecs()
.livekit.DisabledCodecs disabled_codecs = 4;
-
getDisabledCodecs
abstract LivekitModels.DisabledCodecs getDisabledCodecs()
.livekit.DisabledCodecs disabled_codecs = 4;
-
getForceRelayValue
abstract int getForceRelayValue()
.livekit.ClientConfigSetting force_relay = 5;
-
getForceRelay
abstract LivekitModels.ClientConfigSetting getForceRelay()
.livekit.ClientConfigSetting force_relay = 5;
-
-
-
-