flutter-webrtc / callkeep

iOS CallKit and Android ConnectionService for Flutter
MIT License
135 stars 150 forks source link

onReject #19

Open ghenry opened 4 years ago

ghenry commented 4 years ago

Hi all,

D/RNCK:VoiceConnection(21081): onReject executed
D/RNCK:VoiceConnectionService(21081): deinitConnection:b94baea1-864d-4aca-99e4-9940531c32db
I/flutter (21081): [CallKeep] INFO: received event "CallKeepPerformEndCallAction" {callUUID: b94baea1-864d-4aca-99e4-9940531c32db}

How can I hook into onReject as its not CallKeepPerformEndCallAction().

Thanks.