Jocloud provides reliable QoE (quality of experience) for real-time audio/video communications through a global real-time network.
ThunderBolt-WeChat-SDK is a JavaScript library through Mini Programs. It connects through Mini Program APIs to operate audio and video controls. Its global network APIs combine flexibly to realize reliable real-time audio communication between Mini Programs or between Mini Program and web, mobile, or PC clients.
| API | Function |
|---|---|
| new ClientSdk() | Create a ClientSdk object |
| init | Initialize |
| on | Add event binding |
| joinRoom | Join a channel |
| leaveRoom | Leave a channel |
| publishMedia | Publish audio/video stream |
| unpublishMedia | Cancel audio/video stream publishing |
| subscribeMedia | Subscribe to audio/video stream |
| unsubscribeMedia | Unsubscribe to audio/video stream |
| enableLocalMedia | Resume local audio/video stream |
| disableLocalMedia | Disable local audio/video stream |
| enableRemoteMedia | Enable remote audio/video stream reception |
| disableRemoteMedia | Disable remote audio/video stream reception |
Helpful
Not helpful
Submitted! Your feedback would help us improve the website.
Feedback
Top