|
Sip Endpoint SDK for Apple OS
|
#import <GSEndpointPolicyDelegate.h>
Public Member Functions | |
| (NSString *) | - userAgent |
| (int) | - signalingQos |
| (int) | - audioQos |
| (int) | - secureSignalingQos |
| (int) | - sipPortMin |
| (int) | - sipPortMax |
| (int) | - rtpPortMin |
| (int) | - rtpPortMax |
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 RTP messages. 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.