Skip to content

zegoim/zego_express_cocos_creator_sdk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Zego Express Cocos Creator SDK

English | ไธญๆ–‡

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

๐Ÿ“ Integration documentation

https://docs.zegocloud.com/article/15335

๐Ÿš€ Sample demo

  1. 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.

๐Ÿ”— API documentation

ZegoExpressEngine API Reference

๐Ÿ“ฆ Build it yourself

Environment requirements: python3, pyyaml (pip3 install pyyaml), node, npm

  1. git clone this repository.

    git clone [email protected]:zegoim/zego_express_cocos_creator_sdk.git

  2. 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

  3. After successful build, the product zego_express_cocos_creator_sdk.zip is located in the _out directory.