Future<void> setTrafficControlFocusOn(int mode, int? channel) async { return await ZegoFlutterEngine.instance .setTrafficControlFocusOn(mode, getPublishChannel(channel)); }