onRemoteInvitationAccepted property

(void Function(AgoraRtmRemoteInvitation invite)?) onRemoteInvitationAccepted
getter/setter pair

Callback to the caller: occurs when the callee accepts the call invitation.

Implementation

void Function(AgoraRtmRemoteInvitation invite)? onRemoteInvitationAccepted;