onUserVideoAvailable property
A remote user published/unpublished primary stream video
userId
User ID of the remote user
isVideoAvailable
Whether the user published (or unpublished) primary stream video
Implementation
final void Function(String userId, bool isVideoAvailable)?
onUserVideoAvailable;