@override void setScreenSharing(bool isSharing) { _socket?.emit(SocketEvent.setScreenSharingCSS, {'isSharing': isSharing}); }