SDKsFlutterEnterprise
Accept a call
Use the Flutter SDK to accept a call invitation.
Accept an invitation with the original SignalingInfo received from onReceiveNewInvitation:
final credentials = await OpenIM.iMManager.signalingManager
.signalingAccept(info: receivedInfo);Reuse the received object; do not rebuild an object containing only roomID. The Future returns SignalingCertificate. Join the media room only after obtaining a valid token and roomID.
Was this page helpful?