Quick Start
Updated: 2025-03-07 11:28:21
Quick Start
Overview
The Watch Page Mini Program SDK is a logic layer SDK. For integrators, quickly building a feature-rich live streaming watch page based on this SDK can be challenging.
To address this, the POLYV development team provides an open-source mini program watch page project based on the Watch Page SDK. Integrators can refer to the project's code or perform secondary development on top of it (highly recommended).
SDK Documentation
During development, if you need to look up interfaces, properties, events, etc., please refer to the SDK documentation.
Notes
- The SDK uses the POLYV live streaming plugin internally. Ensure your mini program has the e-commerce platform or online video course category; otherwise, this plugin cannot be used (see WeChat Mini Program related documentation for details). During integration, in addition to this document, you can also refer to the official mini program plugin usage guide.
- (In live streaming scenarios) Ensure your mini program has applied for the
<live-player>feature; otherwise, the live streaming function cannot be used (see WeChat Mini Program related documentation for details). - (In co-hosting scenarios) Ensure your mini program has applied for the
<live-pusher>feature; otherwise, the co-hosting function cannot be used (see WeChat Mini Program related documentation for details). - After integrating the Watch Page SDK and deploying, you need to add the corresponding access domain in [Live Console - Development Settings - Developer Information] for normal use.

