onRemoteInvitationRefused property

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

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

Implementation

void Function(AgoraRtmRemoteInvitation invite)? onRemoteInvitationRefused;