zegoweb 0.0.2
zegoweb: ^0.0.2 copied to clipboard
Unofficial Flutter web plugin wrapping ZEGOCLOUD's Express Video Web SDK (zego-express-engine-webrtc) via dart:js_interop. Not affiliated with or endorsed by ZEGOCLOUD.
0.0.2 #
- Export
ZegoLogfrom the public barrel for consumer-level logging control.
0.0.1 #
- Initial release.
- Dart wrapper for
zego-express-engine-webrtcJS SDK viadart:js_interop. - Engine lifecycle: create, login room, publish/play streams, destroy.
- Token management with auto-refresh on
tokenWillExpire. - Local and remote stream handling with platform view video registry.
- Device enumeration and switching (cameras, microphones).
- Audio processing config (AEC, ANS, AGC) with live constraint updates.
- Remote camera/mic status events.
- Sound level updates and Web Audio API mic level monitor.
- Secure context (HTTPS) enforcement.
- Dynamic SDK loading from CDN or manual
<script>tag.