pjsua_srtp_opt_default method
Call this function to initialize SRTP config with default values.
@param cfg The SRTP config to be initialized.
Implementation
void pjsua_srtp_opt_default(
ffi.Pointer<pjsua_srtp_opt> cfg,
) {
return _pjsua_srtp_opt_default(
cfg,
);
}