提交工单
咨询集成、功能及报价等问题
A browser supported by ZEGO SDK has been installed, as shown in the following table:
Platform | Browser | Supported version |
---|---|---|
Windows | Chrome | Win7 or later. |
macOS | Chrome | macOS 10.10 or later. |
iOS | Safari | iOS 10.0 or later. |
iOS | WeChat embedded browser | iOS 10.0 or later. |
Android | Chrome | Android 8.0 or later. |
Android | WeChat embedded browser | Android 8.0 or later. |
Before you begin, make sure you complete the following steps:
The current product needs to be used with the Real-Time Audio and Video product. And the Web platform features of the Real-Time Audio and Video are not enabled by default. To use related features, you will need to contact ZEGO Technical Support to enable them first.
platform/web/init.js
to set the value of AppID
and Token
, which are required for initializing the SDK. You must use the AppID and Token obtained as instructed in the Prerequisites section above.// APP account
var _openConfig = {
appID: 0, // Fill in the AppID you get from the Admin Console.
token: '', // Fill in the Token used for identity authentication. To obtian it, refer to the [User privilege control] [https://doc-en.zego.im/article/11416]. If you want to make it easier to try and test, go to the Admin Console to get temporary tokens.
fileListUrl: '',
// Impory the SDK's relative path (relative path in index.html)
SDKPathList: ['./sdk/ZegoExpressWhiteboardWeb.js', './sdk/ZegoExpressDocsWeb.js']
};
index.html
to open it, and then enter the room number and user name to join the room.