refuseRemoteInvitation method

  1. @Deprecated('Use AgoraRtmCallManager.refuseRemoteInvitation instead of.')
Future<void> refuseRemoteInvitation(
  1. Map<String, dynamic> arguments
)

Implementation

@Deprecated('Use AgoraRtmCallManager.refuseRemoteInvitation instead of.')
Future<void> refuseRemoteInvitation(Map<String, dynamic> arguments) {
  return _callManager
      .refuseRemoteInvitation(RemoteInvitation.fromJson(arguments));
}