initializeOutgoingCallClient method
Prepare service in outgoing calls mode for work with the desired configuration
Implementation
Future<void> initializeOutgoingCallClient(
{required Configuration configuration}) async {
throw UnimplementedError(
'initializeOutgoingCallClient() has not been implemented.');
}