Hangup call for a specific account
static Future<void> hangup(String accountId) async { await MultiSipService.hangup(accountId); }