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;
      abstract ByteString getUsernameBytes() string username = 2;
      abstract String getCredential() string credential = 3;
      abstract ByteString getCredentialBytes() string credential = 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
    • 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.