Manual install
Updated
Install the Signaling SDK for your platform, using a package manager or a downloaded package.
To manually install the Signaling SDK for Windows:
-
Extract the files in Agora Signaling SDK to a local folder.
-
Copy all subfolders of the SDK folder to the solution directory of your Visual Studio project.
Ensure that the subfolders are in the same location as your
*.slnfile. -
Configure the project properties.
-
In Visual Studio, right-click the project name in the Solution Explorer window, click Properties, then click OK.
-
Select C/C++ > General > Additional Include Directories, then click Edit.
-
In the window, input
$(SolutionDir)include. -
Select Linker > General > Additional Library Directories, then click Edit.
-
In the window, input
$(SolutionDir)lib. -
Select Linker > Input > Additional Dependencies, then click Edit.
-
In the window, input
agora_rtm_sdk.lib.
-
