SDKsFlutterEnterprise
Reject a call
Use the Flutter SDK to reject a call invitation.
When the user rejects an incoming call, pass its original SignalingInfo to signalingReject():
await OpenIM.iMManager.signalingManager
.signalingReject(info: receivedInfo);Future completion means only that the rejection request completed. The caller's UI is still updated through onInviteeRejected; see Call events for complete handling.
Was this page helpful?