@override void toggleHandRaise(bool isRaising) { _socket?.emit(WsEvent.roomHandRaising, {'isRaising': isRaising}); }