Skip to content

Instantly share code, notes, and snippets.

# Generated by pub
# See https://dart.dev/tools/pub/glossary#lockfile
packages:
_fe_analyzer_shared:
dependency: transitive
description:
name: _fe_analyzer_shared
sha256: "4897882604d919befd350648c7f91926a9d5de99e67b455bf0917cc2362f4bb8"
url: "https://pub.dev"
source: hosted
await loginRoom();
startListenEvent();
if (widget.isVideo && widget.isHost) {
// start recording the screen
screenRecordUtils = ZegoScreenRecordUtils();
await screenRecordUtils!.startScreenShare(
widget.roomId,
widget.user.id,
);
// ZegoExpressEngine.instance.enableCamera(widget.isVideo);