onCallInvitationAccepted property

(void Function(ZIM zim, ZIMCallInvitationAcceptedInfo info, String callID)?) onCallInvitationAccepted
getter/setter pair

Deprecated since ZIM 2.9.0, please use onCallUserStateChanged instead. Supported versions: 2.0.0 and above.

Detail description: After the invitee accepts the call invitation, this callback will be received when the inviter is online.

Business scenario: The inviter will receive this callback after the inviter accepts the call invitation.

When to call: After creating a ZIM instance through ZIM.create.

Note: This callback will not be called if the user is not online.

Related interface: ZIM.callAccept.

zim ZIM instance. info Information about the call invitations. callID callID.

Implementation

static void Function(
        ZIM zim, ZIMCallInvitationAcceptedInfo info, String callID)?
    onCallInvitationAccepted;