hoveredRenderer property
final
Participant, whose visible part is being hovered right now.
Used to show CustomMouseCursors.grab over RtcVideoView, as it may not take the whole Participant's space.
Implementation
final Rx<Participant?> hoveredRenderer = Rx<Participant?>(null);