Future<void> hangupCall({required int callId}) => RustLib.instance.api.crateApiSimpleHangupCall(callId: callId);