onUserVideoAvailable property

void Function(String userId, bool isVideoAvailable)? onUserVideoAvailable
final

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;