-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitModels.ClientInfoOrBuilder
public final class LivekitModels.ClientInfo extends GeneratedMessageLite<LivekitModels.ClientInfo, LivekitModels.ClientInfo.Builder> implements LivekitModels.ClientInfoOrBuilder
Protobuf typedetails about the client{@code livekit.ClientInfo}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public enumLivekitModels.ClientInfo.SDKProtobuf enum
{@code livekit.ClientInfo.SDK}public final classLivekitModels.ClientInfo.Builder
Protobuf typedetails about the client{@code livekit.ClientInfo}
-
Field Summary
Fields Modifier and Type Field Description public final static intSDK_FIELD_NUMBERpublic final static intVERSION_FIELD_NUMBERpublic final static intPROTOCOL_FIELD_NUMBERpublic final static intOS_FIELD_NUMBERpublic final static intOS_VERSION_FIELD_NUMBERpublic final static intDEVICE_MODEL_FIELD_NUMBERpublic final static intBROWSER_FIELD_NUMBERpublic final static intBROWSER_VERSION_FIELD_NUMBERpublic final static intADDRESS_FIELD_NUMBERpublic final static intNETWORK_FIELD_NUMBERpublic final static intOTHER_SDKS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description intgetSdkValue().livekit.ClientInfo.SDK sdk = 1;LivekitModels.ClientInfo.SDKgetSdk().livekit.ClientInfo.SDK sdk = 1;StringgetVersion()string version = 2;ByteStringgetVersionBytes()string version = 2;intgetProtocol()int32 protocol = 3;StringgetOs()string os = 4;ByteStringgetOsBytes()string os = 4;StringgetOsVersion()string os_version = 5;ByteStringgetOsVersionBytes()string os_version = 5;StringgetDeviceModel()string device_model = 6;ByteStringgetDeviceModelBytes()string device_model = 6;StringgetBrowser()string browser = 7;ByteStringgetBrowserBytes()string browser = 7;StringgetBrowserVersion()string browser_version = 8;ByteStringgetBrowserVersionBytes()string browser_version = 8;StringgetAddress()string address = 9;ByteStringgetAddressBytes()string address = 9;StringgetNetwork()wifi, wired, cellular, vpn, empty if not knownstring network = 10;ByteStringgetNetworkBytes()wifi, wired, cellular, vpn, empty if not knownstring network = 10;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;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;static LivekitModels.ClientInfoparseFrom(ByteBuffer data)static LivekitModels.ClientInfoparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitModels.ClientInfoparseFrom(ByteString data)static LivekitModels.ClientInfoparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitModels.ClientInfoparseFrom(Array<byte> data)static LivekitModels.ClientInfoparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitModels.ClientInfoparseFrom(InputStream input)static LivekitModels.ClientInfoparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitModels.ClientInfoparseDelimitedFrom(InputStream input)static LivekitModels.ClientInfoparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitModels.ClientInfoparseFrom(CodedInputStream input)static LivekitModels.ClientInfoparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitModels.ClientInfo.BuildernewBuilder()static LivekitModels.ClientInfo.BuildernewBuilder(LivekitModels.ClientInfo prototype)static LivekitModels.ClientInfogetDefaultInstance()static Parser<LivekitModels.ClientInfo>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
-
getSdkValue
int getSdkValue()
.livekit.ClientInfo.SDK sdk = 1;
-
getSdk
LivekitModels.ClientInfo.SDK getSdk()
.livekit.ClientInfo.SDK sdk = 1;
-
getVersion
String getVersion()
string version = 2;
-
getVersionBytes
ByteString getVersionBytes()
string version = 2;
-
getProtocol
int getProtocol()
int32 protocol = 3;
-
getOsBytes
ByteString getOsBytes()
string os = 4;
-
getOsVersion
String getOsVersion()
string os_version = 5;
-
getOsVersionBytes
ByteString getOsVersionBytes()
string os_version = 5;
-
getDeviceModel
String getDeviceModel()
string device_model = 6;
-
getDeviceModelBytes
ByteString getDeviceModelBytes()
string device_model = 6;
-
getBrowser
String getBrowser()
string browser = 7;
-
getBrowserBytes
ByteString getBrowserBytes()
string browser = 7;
-
getBrowserVersion
String getBrowserVersion()
string browser_version = 8;
-
getBrowserVersionBytes
ByteString getBrowserVersionBytes()
string browser_version = 8;
-
getAddress
String getAddress()
string address = 9;
-
getAddressBytes
ByteString getAddressBytes()
string address = 9;
-
getNetwork
String getNetwork()
wifi, wired, cellular, vpn, empty if not knownstring network = 10;
-
getNetworkBytes
ByteString getNetworkBytes()
wifi, wired, cellular, vpn, empty if not knownstring network = 10;
-
getOtherSdks
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
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;
-
parseFrom
static LivekitModels.ClientInfo parseFrom(ByteBuffer data)
-
parseFrom
static LivekitModels.ClientInfo parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.ClientInfo parseFrom(ByteString data)
-
parseFrom
static LivekitModels.ClientInfo parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.ClientInfo parseFrom(Array<byte> data)
-
parseFrom
static LivekitModels.ClientInfo parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.ClientInfo parseFrom(InputStream input)
-
parseFrom
static LivekitModels.ClientInfo parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitModels.ClientInfo parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitModels.ClientInfo parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitModels.ClientInfo parseFrom(CodedInputStream input)
-
parseFrom
static LivekitModels.ClientInfo parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitModels.ClientInfo.Builder newBuilder()
-
newBuilder
static LivekitModels.ClientInfo.Builder newBuilder(LivekitModels.ClientInfo prototype)
-
getDefaultInstance
static LivekitModels.ClientInfo getDefaultInstance()
-
parser
static Parser<LivekitModels.ClientInfo> parser()
-
-
-
-