-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitTokenSource.TokenSourceResponseOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetServerUrl()string server_url = 1;abstract ByteStringgetServerUrlBytes()string server_url = 1;abstract StringgetParticipantToken()string participant_token = 2;abstract ByteStringgetParticipantTokenBytes()string participant_token = 2;-
-
Method Detail
-
getServerUrl
abstract String getServerUrl()
string server_url = 1;
-
getServerUrlBytes
abstract ByteString getServerUrlBytes()
string server_url = 1;
-
getParticipantToken
abstract String getParticipantToken()
string participant_token = 2;
-
getParticipantTokenBytes
abstract ByteString getParticipantTokenBytes()
string participant_token = 2;
-
-
-
-