Skip to main content

Starting March 27, 2026, RC is rebranded as Nexconn. Existing RC SDK customers can continue using this documentation. New customers should refer to the Nexconn developer documentation.

Import CallLib SDK

The Flutter Call Wrapper Plugin is essentially a wrapper for CallLib.

  1. Run the following command in your project directory:

    $ flutter pub add rongcloud_call_wrapper_plugin

    This will add the following dependency to your pubspec.yaml file:

    dependencies:
    rongcloud_call_wrapper_plugin: ^5.4.5
  2. Import CallLib in your code:

    import 'package:rongcloud_call_wrapper_plugin/rongcloud_call_wrapper_plugin.dart';