Browse SDKs · Flutter
SDKsFlutterEnterprise

Reject a call

Use the Flutter SDK to reject a call invitation.

Copy

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.