Future<void> stopPreview(int? channel) { ZegoFlutterEngine.instance.stopPreview(getPublishChannel(channel)); return Future.value(); }