makeCall static method
Make a call from a specific account
Implementation
static Future<void> makeCall({
required String accountId,
required String target,
}) async {
await MultiSipService.makeCall(accountId: accountId, target: target);
}
Make a call from a specific account
static Future<void> makeCall({
required String accountId,
required String target,
}) async {
await MultiSipService.makeCall(accountId: accountId, target: target);
}