Updated on 2024-05-08 GMT+08:00

Installing the SDK

If you have any questions during the development, post them on the Issues page of GitHub. For details about parameters and usage of each API, see the API Reference.

The following uses OBS .NET SDK of the latest version as an example:

  1. Download the OBS .NET SDK development package.
  2. Decompress the development package. The demo folder (sample code) is displayed. In the release folder containing all SDK versions, select the latest version and decompress it. In the decompressed folder, you can obtain folder en (including files log4net.dll, the third-party log library file, and esdk_obs_.net.dll, the SDK library file) and file Log4Net.config (log configuration file).
  3. Start Visual Studio and choose FILE > New > Project > Templates > Visual C# > Console Application to create a Console Application project.
  4. Right-click the new project and choose References > Add Reference and import file esdk_obs_.net.dll.