Sip Endpoint SDK for Apple OS
|
#import <GSEndpointPolicyDelegate.h>
Public Member Functions | |
(NSString *) | - userAgent |
(BOOL) | - includeOSVersionInUserAgentHeader |
(int) | - signalingQos |
(int) | - audioQos |
(int) | - videoQos |
(int) | - secureSignalingQos |
(int) | - sipPortMin |
(int) | - sipPortMax |
(int) | - rtpPortMin |
(int) | - rtpPortMax |
(int) | - rtpInactivityTimeout |
![]() | |
(void) | - configureWithDictionary: |
This delegate is used to define aspects of endpoint behavior
Definition at line 15 of file GSEndpointPolicyDelegate.h.
- (int) audioQos |
Use to specify QOS for audio RTP packets. Note that this property cannot be changed after the endpoint has been configured.
- (BOOL) includeOSVersionInUserAgentHeader |
Use to specify if the OS Version should be included in the User Agent Header of the SIP message. Note that this property cannot be changed after the endpoint has been configured.
- (int) rtpInactivityTimeout |
Use to specify RTP inactivity timeout for media stream. Note that this property cannot be changed after the endpoint has been configured.
- (int) rtpPortMax |
Use to specify RTP port max for media stream. Note that this property cannot be changed after the endpoint has been configured.
- (int) rtpPortMin |
Use to specify RTP port min for media stream. Note that this property cannot be changed after the endpoint has been configured.
- (int) secureSignalingQos |
Use to specify QOS for secure SIP messages. Note that this property cannot be changed after the endpoint has been configured.
- (int) signalingQos |
Use to specify QOS for SIP messages. Note that this property cannot be changed after the endpoint has been configured.
- (int) sipPortMax |
Use to specify SIP port max for SIP messages. Note that this property cannot be changed after the endpoint has been configured.
- (int) sipPortMin |
Use to specify SIP port min for SIP messages. Note that this property cannot be changed after the endpoint has been configured.
- (NSString*) userAgent |
Implement to define the user-agent header sent with SIP messages.
- (int) videoQos |
Use to specify QOS for video RTP packets. Note that this property cannot be changed after the endpoint has been configured.