void hangup([Map<String, dynamic>? options]) { assert(_session != null, 'ERROR(hangup): rtc session is invalid!'); _session.terminate(options); }