-
- 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 intgetUrlsCount()repeated string urls = 1;abstract StringgetUrls(int index)repeated string urls = 1;abstract ByteStringgetUrlsBytes(int index)repeated string urls = 1;abstract StringgetUsername()string username = 2;abstract ByteStringgetUsernameBytes()string username = 2;abstract StringgetCredential()string credential = 3;abstract ByteStringgetCredentialBytes()string credential = 3;-
-
Method Detail
-
getUrlsList
abstract List<String> getUrlsList()
repeated string urls = 1;
-
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;
-
getUsernameBytes
abstract ByteString getUsernameBytes()
string username = 2;
-
getCredential
abstract String getCredential()
string credential = 3;
-
getCredentialBytes
abstract ByteString getCredentialBytes()
string credential = 3;
-
-
-
-