Future<int> setAudioSource(int source, int? channel) async { return ZegoFlutterEngine.instance .setAudioSource(source, getPublishChannel(channel)); }