makeCallSip method
Implementation
Future<void> makeCallSip({
required String callerId,
String? callerName,
String? callerAvatar,
required String destination,
String? destinationName,
String? destinationAvatar,
required String checkSum,
required Map<String, String> metaData,
}) {
throw UnimplementedError('makeCallSip() has not been implemented.');
}