Browse SDKs · Flutter
SDKsFlutterEnterprise

Hang up a call

Use the Flutter SDK to hang up an established call.

Copy

After the call is established, a participant can hang it up:

await OpenIM.iMManager.signalingManager
    .signalingHungUp(info: activeInfo);

Future completion means only that the hang-up signaling request completed. The application must also stop local capture, leave the media room, and release the camera and microphone. Make cleanup idempotent by roomID.