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