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
Audio effect functions

Functions

(void) - PortSIPSDK::enableVAD:
 Enable/disable Voice Activity Detection (VAD). More...
 
(void) - PortSIPSDK::enableCNG:
 Enable/disable Comfort Noise Generator (CNG). More...
 

Detailed Description

Function Documentation

◆ enableVAD:()

- (void) enableVAD: (BOOL)  state

Enable/disable Voice Activity Detection (VAD).

Parameters
stateSet to true to enable VAD, or false to disable it.

◆ enableCNG:()

- (void) enableCNG: (BOOL)  state

Enable/disable Comfort Noise Generator (CNG).

Parameters
stateSet to true to enable CNG, or false to disable.