Package 

Interface LivekitModels.ServerInfoOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract int getEditionValue() .livekit.ServerInfo.Edition edition = 1;
      abstract LivekitModels.ServerInfo.Edition getEdition() .livekit.ServerInfo.Edition edition = 1;
      abstract String getVersion() string version = 2;
      abstract ByteString getVersionBytes() string version = 2;
      abstract int getProtocol() int32 protocol = 3;
      abstract String getRegion() string region = 4;
      abstract ByteString getRegionBytes() string region = 4;
      abstract String getNodeId() string node_id = 5;
      abstract ByteString getNodeIdBytes() string node_id = 5;
      abstract String getDebugInfo()
      additional debugging information. sent only if server is in development mode
      
      string debug_info = 6;
      abstract ByteString getDebugInfoBytes()
      additional debugging information. sent only if server is in development mode
      
      string debug_info = 6;
      abstract int getAgentProtocol() int32 agent_protocol = 7;
      • Methods inherited from class com.google.protobuf.MessageLiteOrBuilder

        getDefaultInstanceForType, isInitialized
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait