connectycube-flutter-call-kit icon indicating copy to clipboard operation
connectycube-flutter-call-kit copied to clipboard

How to close the call kit screen within the app

Open ziasultan2 opened this issue 2 years ago • 1 comments

I want to close the callkit screen from inside the app how can I do that?

ziasultan2 avatar Sep 24 '22 17:09 ziasultan2

@ziasultan2 you can close it after finishing the call by using method ConnectycubeFlutterCallKit.reportCallEnded(sessionId: uuid);

TatankaConCube avatar Sep 26 '22 07:09 TatankaConCube