alaa
alaa

Reputation: 73

How to end connectycube flutter callkit incoming call

I read all connectycube flutter callkit plugin documentation but i didn't find a way to end incoming call have anyone faced this issue and solved it please share the solution with us

Upvotes: 0

Views: 574

Answers (1)

Valentyn Tereshchenko
Valentyn Tereshchenko

Reputation: 636

The plugin doesn't provide the functionality for ending a call, it provides suitable callbacks for it instead. For example, you can use the callback onCallRejectedWhenTerminated and HTTP method rejectCall(callSessionId, callMembers) for ending a call from the killed state.

Upvotes: 1

Related Questions