pjsua_set_no_snd_dev method
Disconnect the main conference bridge from any sound devices, and let application connect the bridge to it's own sound device/master port.
@return The port interface of the conference bridge, so that application can connect this to it's own sound device or master port.
Implementation
ffi.Pointer<pjmedia_port> pjsua_set_no_snd_dev() {
return _pjsua_set_no_snd_dev();
}