ZegoExpressEngine Audio/Video Cocos Creator SDK is a plugin wrapper based on ZegoExpressEngine RTC SDK (Native & Web), providing live video and real-time audio/video services. ๐ It only needs 4 lines of code and can be easily accessed in 30 minutes.
Learn more about the solution: https://www.zegocloud.com
https://docs.zegocloud.com/article/15335
-
https://docs.zegocloud.com/article/15336
๐งฌ An example topic demo (including the
Quick Start
demo) showing the SDK publish & play stream functions and other various features. This demo is continuously updated.
ZegoExpressEngine API Reference
Environment requirements: python3, pyyaml (pip3 install pyyaml), node, npm
-
git clone this repository.
git clone [email protected]:zegoim/zego_express_cocos_creator_sdk.git
-
cd to the project root
zego_express_cocos_creator_sdk
and then run the build script.cd zego_express_cocos_creator_sdk
python3 buildscripts/build.py
-
After successful build, the product
zego_express_cocos_creator_sdk.zip
is located in the_out
directory.