-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitModels.ClientInfoOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract intgetSdkValue().livekit.ClientInfo.SDK sdk = 1;abstract LivekitModels.ClientInfo.SDKgetSdk().livekit.ClientInfo.SDK sdk = 1;abstract StringgetVersion()string version = 2;abstract ByteStringgetVersionBytes()string version = 2;abstract intgetProtocol()int32 protocol = 3;abstract StringgetOs()string os = 4;abstract ByteStringgetOsBytes()string os = 4;abstract StringgetOsVersion()string os_version = 5;abstract ByteStringgetOsVersionBytes()string os_version = 5;abstract StringgetDeviceModel()string device_model = 6;abstract ByteStringgetDeviceModelBytes()string device_model = 6;abstract StringgetBrowser()string browser = 7;abstract ByteStringgetBrowserBytes()string browser = 7;abstract StringgetBrowserVersion()string browser_version = 8;abstract ByteStringgetBrowserVersionBytes()string browser_version = 8;abstract StringgetAddress()string address = 9;abstract ByteStringgetAddressBytes()string address = 9;abstract StringgetNetwork()wifi, wired, cellular, vpn, empty if not knownstring network = 10;abstract ByteStringgetNetworkBytes()wifi, wired, cellular, vpn, empty if not knownstring network = 10;abstract StringgetOtherSdks()comma separated list of additional LiveKit SDKs in use of this client, with versions e.g. "components-js:1.2.3,track-processors-js:1.2.3"string other_sdks = 11;abstract ByteStringgetOtherSdksBytes()comma separated list of additional LiveKit SDKs in use of this client, with versions e.g. "components-js:1.2.3,track-processors-js:1.2.3"string other_sdks = 11;-
-
Method Detail
-
getSdkValue
abstract int getSdkValue()
.livekit.ClientInfo.SDK sdk = 1;
-
getSdk
abstract LivekitModels.ClientInfo.SDK getSdk()
.livekit.ClientInfo.SDK sdk = 1;
-
getVersion
abstract String getVersion()
string version = 2;
-
getVersionBytes
abstract ByteString getVersionBytes()
string version = 2;
-
getProtocol
abstract int getProtocol()
int32 protocol = 3;
-
getOsBytes
abstract ByteString getOsBytes()
string os = 4;
-
getOsVersion
abstract String getOsVersion()
string os_version = 5;
-
getOsVersionBytes
abstract ByteString getOsVersionBytes()
string os_version = 5;
-
getDeviceModel
abstract String getDeviceModel()
string device_model = 6;
-
getDeviceModelBytes
abstract ByteString getDeviceModelBytes()
string device_model = 6;
-
getBrowser
abstract String getBrowser()
string browser = 7;
-
getBrowserBytes
abstract ByteString getBrowserBytes()
string browser = 7;
-
getBrowserVersion
abstract String getBrowserVersion()
string browser_version = 8;
-
getBrowserVersionBytes
abstract ByteString getBrowserVersionBytes()
string browser_version = 8;
-
getAddress
abstract String getAddress()
string address = 9;
-
getAddressBytes
abstract ByteString getAddressBytes()
string address = 9;
-
getNetwork
abstract String getNetwork()
wifi, wired, cellular, vpn, empty if not knownstring network = 10;
-
getNetworkBytes
abstract ByteString getNetworkBytes()
wifi, wired, cellular, vpn, empty if not knownstring network = 10;
-
getOtherSdks
abstract String getOtherSdks()
comma separated list of additional LiveKit SDKs in use of this client, with versions e.g. "components-js:1.2.3,track-processors-js:1.2.3"string other_sdks = 11;
-
getOtherSdksBytes
abstract ByteString getOtherSdksBytes()
comma separated list of additional LiveKit SDKs in use of this client, with versions e.g. "components-js:1.2.3,track-processors-js:1.2.3"string other_sdks = 11;
-
-
-
-