Skip to main content

You are looking at Signaling v1.x Docs. The newest version is  Signaling 2.x

Android
iOS
Web
macOS
Windows
Linux C++
Linux Java
Unity
Version: 1.x

Manual install

To manually install Signaling SDK, do one of the following:

Import the asset package

  1. Extract the latest version of Agora Signaling SDK for Unity to a local folder.
  2. In the Unity Editor, select Assets > Import Package > Custom Package.
  3. Select the Agora Signaling Unity asset package and click Open.
  4. All packages of the SDK are chosen by default. Uncheck the packages you do not need and click Import.

Manually add the SDK files

  1. Extract the files in Agora Signaling SDK to a local folder.

  2. Copy the Rtm-Scripts folder under the libs folder in the SDK package to the Assets folder of the project path.

  3. Copy the following files under the libs/Plugins path in the SDK package to the corresponding path of the project:

    Development PlatformFile or folderProject directory
    AndroidPlugins/Android/Assets/Plugins/Android/
    iOSPlugins/iOS/Assets/Plugins/iOS
    macOSPlugins/macOS/Assets/Plugins/macOS
    WindowsPlugins/x86/Assets/Plugins/x86
    WindowsPlugins/x86_64/Assets/Plugins/x86_64

Signaling