Installing the SDK
If you have any questions during 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 BrowserJS SDK of the latest version as an example:
- Download the OBS BrowserJS SDK development package.
- Decompress the development package to obtain folder examples (sample code), folder dist (SDK libraries), and file README.txt (feature description file of SDK versions).
- Import the SDK libraries to a browser's code.
<script src="./esdk-obs-browserjs-without-polyfill-x.x.x.min.js"></script>
- The SDK is integrated with axios as the HTTP library that depends on the promise feature.
- The dist folder contains two versions of SDK libraries. If the browser you use does not support the promise feature, such as Internet Explorer 10 or 11, import library esdk-obs-browserjs-x.x.x.min.js.
Last Article: Preparing a Development Environment
Next Article: Obtaining Endpoints
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.