setAudioSource method

Future<int> setAudioSource(
  1. int source,
  2. int? channel
)

Implementation

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