> For the complete documentation index, see [llms.txt](https://docs.mluvii.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.mluvii.com/en/updates-mluvii/archive/2.96.md).

# 2.96

Deployed on: 8. 12. 2022

## **Mluvii News**

### 1) **Audio/Video calls**

The client can now switch between all front and rear cameras on the mobile device. At the same time, we have completely redesigned the AV call code for greater reliability and convenience.

### 2) Chat height settings on the client's mobile phone

Chat can also leave room for web browsing, just set the "mobile height" in the package settings.

### 3) **REST API extension**

We have extended the API to include group creation. Now you can use external systems to create groups in mluvii and assign users to them. This allows you to automatically respond to your staffing capacity and call center utilization.

#### **Minor changes in the application:**

* For clients who have left the session by closing the browser, the widget does not open spontaneously when they re-enter the site.&#x20;
* For webhooks, we now check the delivery of individual messages, preventing them from being lost in the event of an unstable connection.&#x20;
* Fixed failures in sending the opening sentence

**Thank you for your feedback, which helps us to improve mluvii. :)**


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.mluvii.com/en/updates-mluvii/archive/2.96.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
