Package 

Interface LivekitRtc.ICEServerOrBuilder

  • All Implemented Interfaces:
    com.google.protobuf.MessageLiteOrBuilder

    
    public interface LivekitRtc.ICEServerOrBuilder
     implements MessageLiteOrBuilder
                        
    • Method Summary

      Modifier and Type Method Description
      abstract List<String> getUrlsList() repeated string urls = 1;
      abstract int getUrlsCount() repeated string urls = 1;
      abstract String getUrls(int index) repeated string urls = 1;
      abstract ByteString getUrlsBytes(int index) repeated string urls = 1;
      abstract String getUsername() string username = 2 [(.logger.redact) = true];
      abstract ByteString getUsernameBytes() string username = 2 [(.logger.redact) = true];
      abstract String getCredential() string credential = 3 [(.logger.redact) = true];
      abstract ByteString getCredentialBytes() string credential = 3 [(.logger.redact) = true];
      • 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
    • Method Detail

      • getUrlsCount

         abstract int getUrlsCount()

        repeated string urls = 1;

      • getUrls

         abstract String getUrls(int index)

        repeated string urls = 1;

        Parameters:
        index - The index of the element to return.
      • getUrlsBytes

         abstract ByteString getUrlsBytes(int index)

        repeated string urls = 1;

        Parameters:
        index - The index of the element to return.
      • getUsername

         abstract String getUsername()

        string username = 2 [(.logger.redact) = true];

      • getUsernameBytes

         abstract ByteString getUsernameBytes()

        string username = 2 [(.logger.redact) = true];

      • getCredential

         abstract String getCredential()

        string credential = 3 [(.logger.redact) = true];

      • getCredentialBytes

         abstract ByteString getCredentialBytes()

        string credential = 3 [(.logger.redact) = true];