acceptRemoteInvitation method

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

Implementation

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