![]() |
PortSIP VoIP SDK Manual for iOS
16.2
PortSIP features our newest, supported, quality-assured VoIP SDK used by Several hundred companies around the world for easy VoIP application develop and quality-assured code.
|
Functions | |
(int) | - PortSIPSDK::setAudioRtcpBandwidth:BitsRR:BitsRS:KBitsAS: |
Set the audio RTCP bandwidth parameters as the RFC3556. More... | |
(int) | - PortSIPSDK::setVideoRtcpBandwidth:BitsRR:BitsRS:KBitsAS: |
Set the video RTCP bandwidth parameters as the RFC3556. More... | |
(int) | - PortSIPSDK::enableAudioQos: |
Set the DSCP (differentiated services code point) value of QoS (Quality of Service) for audio channel. More... | |
(int) | - PortSIPSDK::enableVideoQos: |
Set the DSCP (differentiated services code point) value of QoS (Quality of Service) for video channel. More... | |
(int) | - PortSIPSDK::setVideoMTU: |
Set the MTU size for video RTP packet. More... | |
- (int) setAudioRtcpBandwidth: | (long) | sessionId | |
BitsRR: | (int) | BitsRR | |
BitsRS: | (int) | BitsRS | |
KBitsAS: | (int) | KBitsAS | |
Set the audio RTCP bandwidth parameters as the RFC3556.
sessionId | The session ID of call conversation. |
BitsRR | The bits for the RR parameter. |
BitsRS | The bits for the RS parameter. |
KBitsAS | The Kbits for the AS parameter. |
- (int) setVideoRtcpBandwidth: | (long) | sessionId | |
BitsRR: | (int) | BitsRR | |
BitsRS: | (int) | BitsRS | |
KBitsAS: | (int) | KBitsAS | |
Set the video RTCP bandwidth parameters as the RFC3556.
sessionId | The session ID of call conversation. |
BitsRR | The bits for the RR parameter. |
BitsRS | The bits for the RS parameter. |
KBitsAS | The Kbits for the AS parameter. |
- (int) enableAudioQos: | (BOOL) | state |
Set the DSCP (differentiated services code point) value of QoS (Quality of Service) for audio channel.
state | Set to YES to enable audio QoS, and DSCP value will be 46; or NO to disable audio QoS, and DSCP value will be 0. |
- (int) enableVideoQos: | (BOOL) | state |
Set the DSCP (differentiated services code point) value of QoS (Quality of Service) for video channel.
state | Set to YES to enable video QoS and DSCP value will be 34; or NO to disable video QoS, and DSCP value will be 0. |
- (int) setVideoMTU: | (int) | mtu |
Set the MTU size for video RTP packet.
mtu | Set MTU value. Allowed value ranges 512-65507. Other values will be automatically changed to the default 1400. |