Sip Endpoint SDK for Apple OS
<GSEndpointPolicyDelegate> Protocol Reference

#import <GSEndpointPolicyDelegate.h>

Inheritance diagram for <GSEndpointPolicyDelegate>:
<GSPolicyDelegate> GSDefaultEndpointPolicy

List of all members.

Public Member Functions

(NSString *) - userAgent
(int) - signalingQos
(int) - audioQos
(int) - secureSignalingQos
(int) - sipPortMin
(int) - sipPortMax
(int) - rtpPortMin
(int) - rtpPortMax

Detailed Description

This delegate is used to define aspects of endpoint behavior

Definition at line 15 of file GSEndpointPolicyDelegate.h.


Member Function Documentation

- (int) audioQos

Use to specify QOS for RTP messages. Note that this property cannot be changed after the endpoint has been configured.

Returns:
the integer value representing the DSCP bits to set for RTP messages.
- (int) rtpPortMax

Use to specify RTP port max for media stream. Note that this property cannot be changed after the endpoint has been configured.

Returns:
the integer value representing the RTP port max.
- (int) rtpPortMin

Use to specify RTP port min for media stream. Note that this property cannot be changed after the endpoint has been configured.

Returns:
the integer value representing the RTP port min.
- (int) secureSignalingQos

Use to specify QOS for secure SIP messages. Note that this property cannot be changed after the endpoint has been configured.

Returns:
the integer value representing the DSCP bits to set for SIP messages.
- (int) signalingQos

Use to specify QOS for SIP messages. Note that this property cannot be changed after the endpoint has been configured.

Returns:
the integer value representing the DSCP bits to set for SIP messages.
- (int) sipPortMax

Use to specify SIP port max for SIP messages. Note that this property cannot be changed after the endpoint has been configured.

Returns:
the integer value representing the SIP port max.
- (int) sipPortMin

Use to specify SIP port min for SIP messages. Note that this property cannot be changed after the endpoint has been configured.

Returns:
the integer value representing the SIP port min.
- (NSString*) userAgent

Implement to define the user-agent header sent with SIP messages.

Returns:
the user agent header

The documentation for this protocol was generated from the following file: