Sip Endpoint SDK for Apple OS
|
#import <GSDefaultEndpointPolicy.h>
Properties | |
NSDictionary * | configuration |
Additional Inherited Members | |
![]() | |
(NSString *) | - userAgent |
(BOOL) | - includeOSVersionInUserAgentHeader |
(int) | - signalingQos |
(int) | - audioQos |
(int) | - videoQos |
(int) | - secureSignalingQos |
(int) | - sipPortMin |
(int) | - sipPortMax |
(int) | - rtpPortMin |
(int) | - rtpPortMax |
(int) | - rtpInactivityTimeout |
![]() | |
(void) | - configureWithDictionary: |
Defines the default endpoint policy. To configure the endpoint policy either pass it the configuration dictionary via the "configureWithDictionary" method of the parent GSPolicyDelegate protocol or pass the configuration dictionary under the key "GSDefaultEndpointPolicy" to the configureWithDictionary method of GSEndpoint. The valid configuration key/value pairs are as follows:
includeOSVersionInUserAgentHeader:YES/NO (BOOL) – If set to YES, the user agent field will include the OS version the client is currently running on. If not specified, this option is assumed to be "NO."
networkInterfaceName: The name of the network interface from which to retrieve the IP address to be used when generating contact headers. If not specified, an internal selection algorithm will be used.
Definition at line 24 of file GSDefaultEndpointPolicy.h.
|
readnonatomicretain |
Endpoint configuration
Definition at line 26 of file GSDefaultEndpointPolicy.h.