-
- All Implemented Interfaces:
-
com.google.protobuf.MessageLite,com.google.protobuf.MessageLiteOrBuilder,livekit.LivekitSip.SIPOutboundConfigOrBuilder
public final class LivekitSip.SIPOutboundConfig extends GeneratedMessageLite<LivekitSip.SIPOutboundConfig, LivekitSip.SIPOutboundConfig.Builder> implements LivekitSip.SIPOutboundConfigOrBuilder
Protobuf type
{@code livekit.SIPOutboundConfig}
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public final classLivekitSip.SIPOutboundConfig.BuilderProtobuf type
{@code livekit.SIPOutboundConfig}
-
Field Summary
Fields Modifier and Type Field Description public final static intHOSTNAME_FIELD_NUMBERpublic final static intDESTINATION_COUNTRY_FIELD_NUMBERpublic final static intTRANSPORT_FIELD_NUMBERpublic final static intAUTH_USERNAME_FIELD_NUMBERpublic final static intAUTH_PASSWORD_FIELD_NUMBERpublic final static intHEADERS_TO_ATTRIBUTES_FIELD_NUMBERpublic final static intATTRIBUTES_TO_HEADERS_FIELD_NUMBER
-
Method Summary
Modifier and Type Method Description StringgetHostname()SIP server addressstring hostname = 1;ByteStringgetHostnameBytes()SIP server addressstring hostname = 1;StringgetDestinationCountry()country where the call terminates as ISO 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). This will be used by the livekit infrastructure to route calls.string destination_country = 7;ByteStringgetDestinationCountryBytes()country where the call terminates as ISO 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). This will be used by the livekit infrastructure to route calls.string destination_country = 7;intgetTransportValue()SIP Transport used for outbound call..livekit.SIPTransport transport = 2;LivekitSip.SIPTransportgetTransport()SIP Transport used for outbound call..livekit.SIPTransport transport = 2;StringgetAuthUsername()Username and password used to authenticate with SIP server. May be empty to have no authentication.string auth_username = 3;ByteStringgetAuthUsernameBytes()Username and password used to authenticate with SIP server. May be empty to have no authentication.string auth_username = 3;StringgetAuthPassword()string auth_password = 4;ByteStringgetAuthPasswordBytes()string auth_password = 4;intgetHeadersToAttributesCount()Map SIP X-* headers from 200 OK to SIP participant attributes. Keys are the names of X-* headers and values are the names of attributes they will be mapped to.map<string, string> headers_to_attributes = 5;booleancontainsHeadersToAttributes(String key)Map SIP X-* headers from 200 OK to SIP participant attributes. Keys are the names of X-* headers and values are the names of attributes they will be mapped to.map<string, string> headers_to_attributes = 5;Map<String, String>getHeadersToAttributes()Use getHeadersToAttributesMap instead. Map<String, String>getHeadersToAttributesMap()Map SIP X-* headers from 200 OK to SIP participant attributes. Keys are the names of X-* headers and values are the names of attributes they will be mapped to.map<string, string> headers_to_attributes = 5;StringgetHeadersToAttributesOrDefault(String key, String defaultValue)Map SIP X-* headers from 200 OK to SIP participant attributes. Keys are the names of X-* headers and values are the names of attributes they will be mapped to.map<string, string> headers_to_attributes = 5;StringgetHeadersToAttributesOrThrow(String key)Map SIP X-* headers from 200 OK to SIP participant attributes. Keys are the names of X-* headers and values are the names of attributes they will be mapped to.map<string, string> headers_to_attributes = 5;intgetAttributesToHeadersCount()Map LiveKit attributes to SIP X-* headers when sending BYE or REFER requests. Keys are the names of attributes and values are the names of X-* headers they will be mapped to.map<string, string> attributes_to_headers = 6;booleancontainsAttributesToHeaders(String key)Map LiveKit attributes to SIP X-* headers when sending BYE or REFER requests. Keys are the names of attributes and values are the names of X-* headers they will be mapped to.map<string, string> attributes_to_headers = 6;Map<String, String>getAttributesToHeaders()Use getAttributesToHeadersMap instead. Map<String, String>getAttributesToHeadersMap()Map LiveKit attributes to SIP X-* headers when sending BYE or REFER requests. Keys are the names of attributes and values are the names of X-* headers they will be mapped to.map<string, string> attributes_to_headers = 6;StringgetAttributesToHeadersOrDefault(String key, String defaultValue)Map LiveKit attributes to SIP X-* headers when sending BYE or REFER requests. Keys are the names of attributes and values are the names of X-* headers they will be mapped to.map<string, string> attributes_to_headers = 6;StringgetAttributesToHeadersOrThrow(String key)Map LiveKit attributes to SIP X-* headers when sending BYE or REFER requests. Keys are the names of attributes and values are the names of X-* headers they will be mapped to.map<string, string> attributes_to_headers = 6;static LivekitSip.SIPOutboundConfigparseFrom(ByteBuffer data)static LivekitSip.SIPOutboundConfigparseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPOutboundConfigparseFrom(ByteString data)static LivekitSip.SIPOutboundConfigparseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPOutboundConfigparseFrom(Array<byte> data)static LivekitSip.SIPOutboundConfigparseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPOutboundConfigparseFrom(InputStream input)static LivekitSip.SIPOutboundConfigparseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPOutboundConfigparseDelimitedFrom(InputStream input)static LivekitSip.SIPOutboundConfigparseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPOutboundConfigparseFrom(CodedInputStream input)static LivekitSip.SIPOutboundConfigparseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)static LivekitSip.SIPOutboundConfig.BuildernewBuilder()static LivekitSip.SIPOutboundConfig.BuildernewBuilder(LivekitSip.SIPOutboundConfig prototype)static LivekitSip.SIPOutboundConfiggetDefaultInstance()static Parser<LivekitSip.SIPOutboundConfig>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
-
getHostname
String getHostname()
SIP server addressstring hostname = 1;
-
getHostnameBytes
ByteString getHostnameBytes()
SIP server addressstring hostname = 1;
-
getDestinationCountry
String getDestinationCountry()
country where the call terminates as ISO 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). This will be used by the livekit infrastructure to route calls.string destination_country = 7;
-
getDestinationCountryBytes
ByteString getDestinationCountryBytes()
country where the call terminates as ISO 3166-1 alpha-2 (https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2). This will be used by the livekit infrastructure to route calls.string destination_country = 7;
-
getTransportValue
int getTransportValue()
SIP Transport used for outbound call..livekit.SIPTransport transport = 2;
-
getTransport
LivekitSip.SIPTransport getTransport()
SIP Transport used for outbound call..livekit.SIPTransport transport = 2;
-
getAuthUsername
String getAuthUsername()
Username and password used to authenticate with SIP server. May be empty to have no authentication.string auth_username = 3;
-
getAuthUsernameBytes
ByteString getAuthUsernameBytes()
Username and password used to authenticate with SIP server. May be empty to have no authentication.string auth_username = 3;
-
getAuthPassword
String getAuthPassword()
string auth_password = 4;
-
getAuthPasswordBytes
ByteString getAuthPasswordBytes()
string auth_password = 4;
-
getHeadersToAttributesCount
int getHeadersToAttributesCount()
Map SIP X-* headers from 200 OK to SIP participant attributes. Keys are the names of X-* headers and values are the names of attributes they will be mapped to.map<string, string> headers_to_attributes = 5;
-
containsHeadersToAttributes
boolean containsHeadersToAttributes(String key)
Map SIP X-* headers from 200 OK to SIP participant attributes. Keys are the names of X-* headers and values are the names of attributes they will be mapped to.map<string, string> headers_to_attributes = 5;
-
getHeadersToAttributes
@Deprecated() Map<String, String> getHeadersToAttributes()
Use getHeadersToAttributesMap instead.
-
getHeadersToAttributesMap
Map<String, String> getHeadersToAttributesMap()
Map SIP X-* headers from 200 OK to SIP participant attributes. Keys are the names of X-* headers and values are the names of attributes they will be mapped to.map<string, string> headers_to_attributes = 5;
-
getHeadersToAttributesOrDefault
String getHeadersToAttributesOrDefault(String key, String defaultValue)
Map SIP X-* headers from 200 OK to SIP participant attributes. Keys are the names of X-* headers and values are the names of attributes they will be mapped to.map<string, string> headers_to_attributes = 5;
-
getHeadersToAttributesOrThrow
String getHeadersToAttributesOrThrow(String key)
Map SIP X-* headers from 200 OK to SIP participant attributes. Keys are the names of X-* headers and values are the names of attributes they will be mapped to.map<string, string> headers_to_attributes = 5;
-
getAttributesToHeadersCount
int getAttributesToHeadersCount()
Map LiveKit attributes to SIP X-* headers when sending BYE or REFER requests. Keys are the names of attributes and values are the names of X-* headers they will be mapped to.map<string, string> attributes_to_headers = 6;
-
containsAttributesToHeaders
boolean containsAttributesToHeaders(String key)
Map LiveKit attributes to SIP X-* headers when sending BYE or REFER requests. Keys are the names of attributes and values are the names of X-* headers they will be mapped to.map<string, string> attributes_to_headers = 6;
-
getAttributesToHeaders
@Deprecated() Map<String, String> getAttributesToHeaders()
Use getAttributesToHeadersMap instead.
-
getAttributesToHeadersMap
Map<String, String> getAttributesToHeadersMap()
Map LiveKit attributes to SIP X-* headers when sending BYE or REFER requests. Keys are the names of attributes and values are the names of X-* headers they will be mapped to.map<string, string> attributes_to_headers = 6;
-
getAttributesToHeadersOrDefault
String getAttributesToHeadersOrDefault(String key, String defaultValue)
Map LiveKit attributes to SIP X-* headers when sending BYE or REFER requests. Keys are the names of attributes and values are the names of X-* headers they will be mapped to.map<string, string> attributes_to_headers = 6;
-
getAttributesToHeadersOrThrow
String getAttributesToHeadersOrThrow(String key)
Map LiveKit attributes to SIP X-* headers when sending BYE or REFER requests. Keys are the names of attributes and values are the names of X-* headers they will be mapped to.map<string, string> attributes_to_headers = 6;
-
parseFrom
static LivekitSip.SIPOutboundConfig parseFrom(ByteBuffer data)
-
parseFrom
static LivekitSip.SIPOutboundConfig parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPOutboundConfig parseFrom(ByteString data)
-
parseFrom
static LivekitSip.SIPOutboundConfig parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPOutboundConfig parseFrom(Array<byte> data)
-
parseFrom
static LivekitSip.SIPOutboundConfig parseFrom(Array<byte> data, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPOutboundConfig parseFrom(InputStream input)
-
parseFrom
static LivekitSip.SIPOutboundConfig parseFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseDelimitedFrom
static LivekitSip.SIPOutboundConfig parseDelimitedFrom(InputStream input)
-
parseDelimitedFrom
static LivekitSip.SIPOutboundConfig parseDelimitedFrom(InputStream input, ExtensionRegistryLite extensionRegistry)
-
parseFrom
static LivekitSip.SIPOutboundConfig parseFrom(CodedInputStream input)
-
parseFrom
static LivekitSip.SIPOutboundConfig parseFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
-
newBuilder
static LivekitSip.SIPOutboundConfig.Builder newBuilder()
-
newBuilder
static LivekitSip.SIPOutboundConfig.Builder newBuilder(LivekitSip.SIPOutboundConfig prototype)
-
getDefaultInstance
static LivekitSip.SIPOutboundConfig getDefaultInstance()
-
parser
static Parser<LivekitSip.SIPOutboundConfig> parser()
-
-
-
-