This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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); |
NewerOlder