sendLocalInvitation method

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

Implementation

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