enableAux abstract method

Future<void> enableAux(
  1. bool enable
)

Whether to mix the player's sound into the stream being published.

This interface will only mix the media player sound into the main channel

  • enable Aux audio flag. The default is false.

Implementation

Future<void> enableAux(bool enable);