Skip to content

Commit

Permalink
Update webrtc.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandredevely authored Jan 5, 2024
1 parent f3bcc98 commit cf19c4c
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions opsdocs/docs/3.2/config/webrtc.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,13 @@ The sound is not yet available

### Step 2, sound becomes available

Few seconds later, sound become available.
Few seconds later, sound becomes available.

![webrtc sound](img/webrtc_login_fry_sound.png)

The sound is available. The web browser has an access to the microphone.


The sound is available. The web browser has an access to local sound devices.
The web browser has an access to local speaker.
The web browser can get an access to local microphone only if the user allows the access.

#### Play sound with paplay

Expand All @@ -229,17 +229,15 @@ You should heard `Rear Center` on your local sound device

Open a `Terminal Web Shell` application and run the command inside the web shell


```
pavumeter --record
```

You should see cursor changes if you talk with your abcdesktop
You should see cursor changes if you talk to your abcdesktop

![webrtc microphone](img/webrtc_microphone.png)




### Step 3, look at the web browser's console log

Expand Down

0 comments on commit cf19c4c

Please sign in to comment.