-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLiteOrBuilder
public interface LivekitSip.TransferSIPParticipantRequestOrBuilder implements MessageLiteOrBuilder
-
-
Method Summary
Modifier and Type Method Description abstract StringgetParticipantIdentity()string participant_identity = 1;abstract ByteStringgetParticipantIdentityBytes()string participant_identity = 1;abstract StringgetRoomName()string room_name = 2;abstract ByteStringgetRoomNameBytes()string room_name = 2;abstract StringgetTransferTo()string transfer_to = 3;abstract ByteStringgetTransferToBytes()string transfer_to = 3;abstract booleangetPlayDialtone()Optionally play dialtone to the SIP participant as an audible indicator of being transferredbool play_dialtone = 4;abstract intgetHeadersCount()Add the following headers to the REFER SIP request.map<string, string> headers = 5;abstract booleancontainsHeaders(String key)Add the following headers to the REFER SIP request.map<string, string> headers = 5;abstract Map<String, String>getHeaders()Use getHeadersMap instead. abstract Map<String, String>getHeadersMap()Add the following headers to the REFER SIP request.map<string, string> headers = 5;abstract StringgetHeadersOrDefault(String key, String defaultValue)Add the following headers to the REFER SIP request.map<string, string> headers = 5;abstract StringgetHeadersOrThrow(String key)Add the following headers to the REFER SIP request.map<string, string> headers = 5;abstract booleanhasRingingTimeout()Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;abstract DurationgetRingingTimeout()Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;-
-
Method Detail
-
getParticipantIdentity
abstract String getParticipantIdentity()
string participant_identity = 1;
-
getParticipantIdentityBytes
abstract ByteString getParticipantIdentityBytes()
string participant_identity = 1;
-
getRoomName
abstract String getRoomName()
string room_name = 2;
-
getRoomNameBytes
abstract ByteString getRoomNameBytes()
string room_name = 2;
-
getTransferTo
abstract String getTransferTo()
string transfer_to = 3;
-
getTransferToBytes
abstract ByteString getTransferToBytes()
string transfer_to = 3;
-
getPlayDialtone
abstract boolean getPlayDialtone()
Optionally play dialtone to the SIP participant as an audible indicator of being transferredbool play_dialtone = 4;
-
getHeadersCount
abstract int getHeadersCount()
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
containsHeaders
abstract boolean containsHeaders(String key)
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
getHeaders
@Deprecated() abstract Map<String, String> getHeaders()
Use getHeadersMap instead.
-
getHeadersMap
abstract Map<String, String> getHeadersMap()
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
getHeadersOrDefault
abstract String getHeadersOrDefault(String key, String defaultValue)
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
getHeadersOrThrow
abstract String getHeadersOrThrow(String key)
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
hasRingingTimeout
abstract boolean hasRingingTimeout()
Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;
-
getRingingTimeout
abstract Duration getRingingTimeout()
Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;
-
-
-
-