onUserAudioAvailable property

void Function(String userId, bool isAudioAvailable)? onUserAudioAvailable
final

A remote user published/unpublished audio

Parameters:

  • userId: User ID of the remote user
  • isAudioAvailable: Whether the user published (or unpublished) audio.

Implementation

final void Function(String userId, bool isAudioAvailable)?
    onUserAudioAvailable;