What is material effect ?
Material effect, also called ripple or wave, is a visual CSS effect that add a kind of wave animation on a button or any component when clicked.
You can enable the material effect in your chatadmin / config / design
Material effect, also called ripple or wave, is a visual CSS effect that add a kind of wave animation on a button or any component when clicked.
You can enable the material effect in your chatadmin / config / design
We have added a new feature: a spinning wheel (wheel of fortune) feature into the chat.
The spinning wheel allows to spin a fortune wheel on all chatters in a room. The wheel is of course synchronized for all users : they see the same wheel spinning at the same tile
It is a simple amusement widget that allows to spice up the chat. It can be used for challenges or contests.
Only users whose role have the “canLaunchWheel” set can launch the spinning wheel. It is localized next to chat input text (bottom left)
What does it look like on the chat ?
You can define texts, sizes and colors in your chatadmin panel (in wheel of fortune section)
Once launched, the wheel looks like:
We have added a new feature for admins and moderators. When an user reports another user’s behaviour, the moderator (or admin) online user get an alert in real time.
The alert info about an user is sent to him directly on chat as a new popup. He can also retrieve immediately all history chat about the user who has been reported. Once the report checked, he can easily take a ban action on the abuser if the report data are confirmed.
This is an automatic feature : no needs to enable any extra features in the chat admin panel.
When youtube link is posted, chatters can open the youtube window in a draggable resizeable window.
We have added a new property in your chatadmin/config panel called “youtube_open_in_window“
When checked, the clicked youtube video will open in a new draggable widow.
We have added a new feature: the full screen button for chat.
You can enable it in your chat admin / config.
We also added the possibility for hiding keyboards (mobile only) once chat message is sent. By default, chat closes the keyboard, but you can decide to leave it open to keep on sending more texts.
In roles, you can give a role the power to mute a webcam : once muted the webcam was closed on all users. However, the user could play the webcam again.
We have added a new parameter in config called muteWebcamPreventsPlayingCamAgain that prevent other users to play his webcam again : his webcam button will be removed from the user list.
You can upload images into the chat and now even using quick upload images thanks to the new resize on click size feature.
The uploaded image is inserted into the chat input text as a thumb and you can send it to the chat.
Now you can upload the image directly to the chat without inserting the thumb in the input text : you ahve added a new field uploadImageSendDirect in the config.
Once checked, the image you upload goes directly to the chat. This is very useful for mobile chat.
We have added a new feature: fast image uploading. This feature is based on the client size resizing.
The normal process of uploading images is the following:
As you see, if you choose a huge image (50 megas for instance), uploading process can take time since you need to upload 50 megas. This can be a real pain with mobile phones.
We have introduced the resizing on client side before uploading to server.
So now the process is:
As you can see, the process is much quicker. Besides it allows to upload big size photos since they will be resized before.
Now the caveat of this method is that the final image has JPEG format only. So you upload an animated GIF, you will get a static JPEG picture
We changed our encoding system form UTF-8 to UTF8mb4. This little change will allow you to use emojis
π π π π π π π π€£ π₯² βΊοΈ π π π π π π π π₯° π π π π π π π π π€ͺ π€¨ π§ π€ π π₯Έ π€© π₯³ π π π π π π π βΉοΈ π£ π π« π© π₯Ί π’ π π€ π π‘ π€¬…
inside your chat configs such as messages, room descriptions, news etc..
News allows you to display special infos in your chat. You can set news at certain date/time, you can set the interval and associate a news to a room.
But you could not alternante news: imagine that scenario. You have 3 news whose content is “Here is news 1”, “Here is news 2 “, “Here is news 3” and you would like to display randomly one of these 3 news every 3 minutes.
The solution is to create 1 singe “big” news and separate the news with the character |
In our case the content of the news would be:
Here is news 1|Here is news 2|Here is news 3
That way the chat will pick up randomly one part (separated by | ) and display it into the chat.