# Troubleshooting lives

Here are a few tips for investigating and solving problems in your live room:

1. [Check the configuration used by the participant experiencing the problem ](#recommended-configuration)
2. [Check the authorizations given to activate the microphone and camera](#authorize-microphone-and-camera)&#x20;
3. [If the participant cannot hear the others ...](#sound-problem)&#x20;
4. [If participants can't hear the speaker ](#microphone-problem)
5. [Echo problems](#echo-problem)&#x20;
6. [Still can't solve the bug? Please contact us!](#still-not-getting-it-contact-us)

## Recommended configuration&#x20;

To ensure that the live room runs smoothly, please check the following first:&#x20;

* [ ] Use a Chrome browser.&#x20;
  * If not, try using Chrome.&#x20;
  * If your problem persists :&#x20;
    * [ ] make sure your browser is up to date,&#x20;
    * [ ] test with another browser.&#x20;
* [ ] Close all programs requiring a camera and microphone.&#x20;
* [ ] Check the quality of your Internet connection (Tips to improve it: connect to Ethernet and close any tabs/applications that may be utilizing your Internet connection).&#x20;
  * [ ] Check your connection speed: we recommend a minimum of 10Mbps for both download and upload speeds 👉 [Speedtest by Ookla](https://www.speedtest.net/result/11591682991)
  * [ ] Check your connection stability: 👉 [Ping](https://ping.canbeuseful.com/fr#ping) (red bar = outage)&#x20;

## Authorize microphone and camera&#x20;

As a Speaker, when joining a live event for the first time, your browser will prompt you to allow access to your webcam and microphone.&#x20;

If you've accidentally blocked access, no worries! You can easily change these settings by clicking on the lock icon located to the left of your address bar.

<figure><img src="/files/L20UWfvtcPgTwpkvdWHF" alt=""><figcaption></figcaption></figure>

## Sound problem

#### 1. Test the sound on another site&#x20;

...on a [youtube.com](https://www.youtube.com/watch?v=QJ5-a-XX65c\&ab_channel=WelcometotheJungle) or [vimeo.com](https://vimeo.com/713180926) video, for example.&#x20;

If you have no sound on these pages, it indicates a configuration issue. Here are some steps to address the issue:

* [ ] Enable sound on your computer.&#x20;
* [ ] Check the connection with your headphones, and test with another set of headphones.&#x20;
* [ ] Disconnect the headphones and use the computer speakers instead.

Otherwise...

#### 2. Check that sound is not muted on the page&#x20;

Sometimes, sound may be muted on certain sites: check that [go.meltingspot.io](https://go.meltingspot.io/) is not muted by following these steps:

* &#x20;right-click on the tab where the site is open
* check whether it says "Unmute site" / "Reactivate site sound".&#x20;
* If so, click on "Unmute site" to activate the sound.

#### 3. Try the following actions:&#x20;

* [ ] Refresh the page using the keyboard shortcut, Ctrl + Shift + R, (to perform a hard reload that clears the cache.)&#x20;
* [ ] Try private browsing.&#x20;
* [ ] If you were not on Chrome, try again from the Chrome browser.&#x20;

## Microphone problem

There are several tests you can perform:&#x20;

* [ ] Check that your browser authorizes microphones/speakers on [go.meltingspot.io](https://go.meltingspot.io/): click on the padlock in the top left-hand corner to check the authorizations granted to the application.

<figure><img src="/files/cdFpamojgHRO68MDrPwP" alt=""><figcaption></figcaption></figure>

* [ ] The network may be "too" secure, preventing MeltingSpot from accessing the microphone and/or camera. Try using another Internet network or connect using cellular data and connection sharing.&#x20;
* [ ] Refresh the page with Ctrl + Shift + R.&#x20;
* [ ] Try private browsing.&#x20;
* [ ] If you were not on Chrome, try again from the Chrome browser.&#x20;

## Echo problem&#x20;

If you're in the same room as another live performer, make sure everyone is wearing headphones.&#x20;

Otherwise, the sound will come out of a loudspeaker and be detected by the surrounding microphones: this is known as feedback.&#x20;

On most computers, screen sharing is enabled by default on all browsers. If you're using macOS Catalina, you may need to authorize this feature yourself. To do so:

* Open your Mac's settings (System Preferences), then click on Security and Privacy. Choose Screen Recording from the sidebar.
* In the Screen recording section, click on the box next to Google Chrome to authorize screen sharing for your daily video calls. You may need to click on the unlock icon in the bottom left-hand corner.

<figure><img src="/files/UmlFvk3a2kSxBIhjlq0z" alt=""><figcaption></figcaption></figure>

* Then click on "Quit now". You won't be able to perform screen sharing until you quit and restart Google Chrome.

<figure><img src="/files/mjQfq5hTzID0ve4ie0dq" alt=""><figcaption></figcaption></figure>

* Join your video call. You should now be able to share your screen!

## Still not getting it? Contact us!&#x20;

If the problem persists, collect the following information and share it with the MeltingSpot team:&#x20;

* [ ] Browser&#x20;
* [ ] OS (Mac / Windows and version)&#x20;
* [ ] Link to live room&#x20;
* [ ] Screenshot of the console (here's [how to do it](https://support.airship.com/hc/en-us/articles/115002341523-How-to-take-a-screenshot-of-the-Javascript-Console), or even better, you can use the [free Chrome "JAM" plugin](https://jam.dev/))&#x20;
* [ ] Email of the person(s) who had the problem&#x20;
* [ ] Date and time of problem


---

# Agent Instructions: 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:

```
GET https://help.meltingspot.io/english/how-to/troubleshooting-lives.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
