ZegoEngineProfile constructor
ZegoEngineProfile(
- int appID,
- ZegoScenario scenario, {
- String? appSign,
- bool? enablePlatformView,
Implementation
ZegoEngineProfile(this.appID, this.scenario,
{this.appSign, this.enablePlatformView});