pjsua_call_is_active method
Check if the specified call has active INVITE session and the INVITE session has not been disconnected.
@param call_id Call identification.
@return Non-zero if call is active.
Implementation
int pjsua_call_is_active(
int call_id,
) {
return _pjsua_call_is_active(
call_id,
);
}