onUserAudioAvailable property
A remote user published/unpublished audio
userId
User ID of the remote user
isAudioAvailable
Whether the user published (or unpublished) audio.
Implementation
final void Function(String userId, bool isAudioAvailable)?
onUserAudioAvailable;