-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitSip.TransferSIPParticipantRequestOrBuilder
public final class LivekitSip.TransferSIPParticipantRequest extends GeneratedMessageLite<LivekitSip.TransferSIPParticipantRequest, LivekitSip.TransferSIPParticipantRequest.Builder> implements LivekitSip.TransferSIPParticipantRequestOrBuilder
Protobuf type
{@code livekit.TransferSIPParticipantRequest}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitSip.TransferSIPParticipantRequest.BuilderProtobuf type
{@code livekit.TransferSIPParticipantRequest}
-
Field Summary
Fields Modifier and Type Field Description public final static intPARTICIPANT_IDENTITY_FIELD_NUMBERpublic final static intROOM_NAME_FIELD_NUMBERpublic final static intTRANSFER_TO_FIELD_NUMBERpublic final static intPLAY_DIALTONE_FIELD_NUMBERpublic final static intHEADERS_FIELD_NUMBERpublic final static intRINGING_TIMEOUT_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetParticipantIdentity()string participant_identity = 1;ByteStringgetParticipantIdentityBytes()string participant_identity = 1;StringgetRoomName()string room_name = 2;ByteStringgetRoomNameBytes()string room_name = 2;StringgetTransferTo()string transfer_to = 3;ByteStringgetTransferToBytes()string transfer_to = 3;booleangetPlayDialtone()Optionally play dialtone to the SIP participant as an audible indicator of being transferredbool play_dialtone = 4;intgetHeadersCount()Add the following headers to the REFER SIP request.map<string, string> headers = 5;booleancontainsHeaders(String key)Add the following headers to the REFER SIP request.map<string, string> headers = 5;Map<String, String>getHeaders()Use getHeadersMap instead. Map<String, String>getHeadersMap()Add the following headers to the REFER SIP request.map<string, string> headers = 5;StringgetHeadersOrDefault(String key, String defaultValue)Add the following headers to the REFER SIP request.map<string, string> headers = 5;StringgetHeadersOrThrow(String key)Add the following headers to the REFER SIP request.map<string, string> headers = 5;booleanhasRingingTimeout()Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;DurationgetRingingTimeout()Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;static LivekitSip.TransferSIPParticipantRequestparseFrom(ByteBuffer data)static LivekitSip.TransferSIPParticipantRequestparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitSip.TransferSIPParticipantRequestparseFrom(ByteString data)static LivekitSip.TransferSIPParticipantRequestparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitSip.TransferSIPParticipantRequestparseFrom(Array<byte> data)static LivekitSip.TransferSIPParticipantRequestparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitSip.TransferSIPParticipantRequestparseFrom(InputStream input)static LivekitSip.TransferSIPParticipantRequestparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.TransferSIPParticipantRequestparseDelimitedFrom(InputStream input)static LivekitSip.TransferSIPParticipantRequestparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.TransferSIPParticipantRequestparseFrom(CodedInputStream input)static LivekitSip.TransferSIPParticipantRequestparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.TransferSIPParticipantRequest.BuildernewBuilder()static LivekitSip.TransferSIPParticipantRequest.BuildernewBuilder(LivekitSip.TransferSIPParticipantRequest prototype)static LivekitSip.TransferSIPParticipantRequestgetDefaultInstance()static Parser<LivekitSip.TransferSIPParticipantRequest>parser()-
Methods inherited from class com.google.protobuf.GeneratedMessageLite
equals, getDefaultInstanceForType, getParserForType, hashCode, isInitialized, newBuilderForType, newRepeatedGeneratedExtension, newSingularGeneratedExtension, toBuilder, toString, writeTo -
Methods inherited from class com.google.protobuf.AbstractMessageLite
toByteArray, toByteString, writeDelimitedTo -
Methods inherited from class com.google.protobuf.MessageLite
getParserForType, newBuilderForType, toBuilder -
Methods inherited from class com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
getParticipantIdentity
String getParticipantIdentity()
string participant_identity = 1;
-
getParticipantIdentityBytes
ByteString getParticipantIdentityBytes()
string participant_identity = 1;
-
getRoomName
String getRoomName()
string room_name = 2;
-
getRoomNameBytes
ByteString getRoomNameBytes()
string room_name = 2;
-
getTransferTo
String getTransferTo()
string transfer_to = 3;
-
getTransferToBytes
ByteString getTransferToBytes()
string transfer_to = 3;
-
getPlayDialtone
boolean getPlayDialtone()
Optionally play dialtone to the SIP participant as an audible indicator of being transferredbool play_dialtone = 4;
-
getHeadersCount
int getHeadersCount()
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
containsHeaders
boolean containsHeaders(String key)
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
getHeaders
@Deprecated() Map<String, String> getHeaders()
Use getHeadersMap instead.
-
getHeadersMap
Map<String, String> getHeadersMap()
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
getHeadersOrDefault
String getHeadersOrDefault(String key, String defaultValue)
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
getHeadersOrThrow
String getHeadersOrThrow(String key)
Add the following headers to the REFER SIP request.map<string, string> headers = 5;
-
hasRingingTimeout
boolean hasRingingTimeout()
Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;
-
getRingingTimeout
Duration getRingingTimeout()
Max time for the transfer destination to answer the call..google.protobuf.Duration ringing_timeout = 6;
-
parseFrom
static LivekitSip.TransferSIPParticipantRequest parseFrom(ByteBuffer data)
-
parseFrom
static LivekitSip.TransferSIPParticipantRequest parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.TransferSIPParticipantRequest parseFrom(ByteString data)
-
parseFrom
static LivekitSip.TransferSIPParticipantRequest parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.TransferSIPParticipantRequest parseFrom(Array<byte> data)
-
parseFrom
static LivekitSip.TransferSIPParticipantRequest parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.TransferSIPParticipantRequest parseFrom(InputStream input)
-
parseFrom
static LivekitSip.TransferSIPParticipantRequest parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitSip.TransferSIPParticipantRequest parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitSip.TransferSIPParticipantRequest parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.TransferSIPParticipantRequest parseFrom(CodedInputStream input)
-
parseFrom
static LivekitSip.TransferSIPParticipantRequest parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitSip.TransferSIPParticipantRequest.Builder newBuilder()
-
newBuilder
static LivekitSip.TransferSIPParticipantRequest.Builder newBuilder(LivekitSip.TransferSIPParticipantRequest prototype)
-
getDefaultInstance
static LivekitSip.TransferSIPParticipantRequest getDefaultInstance()
-
parser
static Parser<LivekitSip.TransferSIPParticipantRequest> parser()
-
-
-
-