Gruveo API Developer Update

We have been busy at Gruveo HQ making some important changes to our APR. What's new?

Languages

We have added 6 more languages: Chinese (Simplified), Czech, Dutch, Finnish, Japanese and Korean. These have been added to the language embed parameter which sets the language of the Gruveo embed on your page. More languages will be on the way, feel free to suggest one!

New API Events

Although the API has been doing a great job telling the host page what has been happening with the embed, sometimes it was hard to link those events to actual user actions. We have now fixed this by providing the following events that the API can fire: callInit, busy, hangup.

Restricting to a Certain Code

We have altered the code embed parameter (which pre-populated the code in the embed) to now make the code field read-only. This is ideal if you want your Gruveo embed to be restricted to a certain code.

Mute/Unmute

The toggleVideo() and toggleAudio() API methods now let you programmatically mute/unmute the user's camera and/or microphone in the Gruveo embed. The new streamStateChange API event also tells your page whenever the camera and/or microphone are muted or unmuted in the embed.

For more details check out the changelogs here and here.

Keep an eye out for more updates coming soon!