![]() |
PortSIP VoIP SDK Manual for Android
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 | |
void | com.portsip.PortSipSdk.enableVAD (boolean state) |
void | com.portsip.PortSipSdk.enableAEC (boolean state) |
void | com.portsip.PortSipSdk.enableCNG (boolean state) |
void | com.portsip.PortSipSdk.enableAGC (boolean state) |
void | com.portsip.PortSipSdk.enableANS (boolean state) |
void com.portsip.PortSipSdk.enableVAD | ( | boolean | state | ) |
Enable/disable Voice Activity Detection(VAD).
state | Set to true to enable VAD, or false to disable. |
void com.portsip.PortSipSdk.enableAEC | ( | boolean | state | ) |
Enable/disable AEC (Acoustic Echo Cancellation).
state | Set to true to enable AEC, or false to disable. |
void com.portsip.PortSipSdk.enableCNG | ( | boolean | state | ) |
Enable/disable Comfort Noise Generator(CNG).
state | Set to true to enable CNG, or false to disable. |
void com.portsip.PortSipSdk.enableAGC | ( | boolean | state | ) |
Enable/disable Automatic Gain Control(AGC).
state | Set to true to enable AEC, or false to disable. |
void com.portsip.PortSipSdk.enableANS | ( | boolean | state | ) |
Enable/disable Audio Noise Suppression(ANS).
state | Set to true to enable ANS, or false to disable. |