onCallInitiated method

  1. @override
void onCallInitiated(
  1. String callId
)
override

Implementation

@override
void onCallInitiated(String callId) {
  if (kDebugMode) {
    print('❌ ❌ ❌ onCallInitiated $callId');
  }
}