Answer incoming call
static Future<void> answerCall(String accountId) async { await MultiSipService.answerCall(accountId); }