Package 

Interface LivekitEgress.ProxyConfigOrBuilder

    • Method Summary

      Modifier and Type Method Description
      abstract String getUrl() string url = 1;
      abstract ByteString getUrlBytes() string url = 1;
      abstract String getUsername() string username = 2;
      abstract ByteString getUsernameBytes() string username = 2;
      abstract String getPassword() string password = 3;
      abstract ByteString getPasswordBytes() string password = 3;
      • 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