answerCall static method

Future<void> answerCall(
  1. String accountId
)

Answer incoming call

Implementation

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