-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitRtc.ConnectionSettingsOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract booleangetAutoSubscribe()bool auto_subscribe = 1;abstract booleangetAdaptiveStream()bool adaptive_stream = 2;abstract booleanhasSubscriberAllowPause()optional bool subscriber_allow_pause = 3;abstract booleangetSubscriberAllowPause()optional bool subscriber_allow_pause = 3;abstract booleangetDisableIceLite()bool disable_ice_lite = 4;-
-
Method Detail
-
getAutoSubscribe
abstract boolean getAutoSubscribe()
bool auto_subscribe = 1;
-
getAdaptiveStream
abstract boolean getAdaptiveStream()
bool adaptive_stream = 2;
-
hasSubscriberAllowPause
abstract boolean hasSubscriberAllowPause()
optional bool subscriber_allow_pause = 3;
-
getSubscriberAllowPause
abstract boolean getSubscriberAllowPause()
optional bool subscriber_allow_pause = 3;
-
getDisableIceLite
abstract boolean getDisableIceLite()
bool disable_ice_lite = 4;
-
-
-
-