pjsua_srtp_opt_default method

void pjsua_srtp_opt_default(
  1. Pointer<pjsua_srtp_opt> cfg
)

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,
  );
}