提交工单
咨询集成、功能及报价等问题
Here we provide you with a sample application to experience the ZEGOCLOUD's Super Board, and the following describes how to run the sample code.
Platform | Browser/Webview | Description |
---|---|---|
Windows | Chrome | Supports win7 or later |
macOS | Chrome | Supports macOS 10.10 or later |
iOS | Safari | Supports iOS 10.0 or later |
iOS | Built-in WeChat browser | Supports iOS 10.0 or later |
Android | Chrome | Supports Android 8.0 or later |
Android | Built-in WeChat browser | Supports Android 8.0 or later |
2.3.0 or later
, you can also use Tokens for authentication. To upgrade the authentication mode, refer to the Upgrade the authentication mode from AppSign to Token.js/login/init.js
file, fill in the AppID, Server URL, and Token (v3) which you get in the Prerequisites steps. var zegoEnvConfig = {
appID: 0, // fill in your AppID
server: '', // fill in your Server URL
token: '' // fill in your Token (v3)
};
index.html
page under your project directory, enter the room ID and userID to log in to a room.