audioPush property Null safety
final
        Whether the audio stream of a specified member is mixed into the published stream
Valid values:
- true: (default) mix the audio stream
 - false: mute the audio stream of the member.
 
Implementation
final bool audioPush;