OnActivateAudioSession typedef

OnActivateAudioSession = Future Function()

The AudioSession has been activated by FlutterCallKit.

you might want to do following things when receiving this event:

  • Start playing ringback if it is an outgoing call

Implementation

typedef Future<dynamic> OnActivateAudioSession();