Where is the mattermost/webrtc documentation?

Hi,

where can I found the documentation to configure Docker?

I put that in my docker-compose.yml:

webrtc:
  image: mattermost/webrtc
  restart: unless-stopped
  ports:
    - "8188:8188"
    - "8189:8189"
    - "7088:7088"
    - "7089:7089"
    - "5349:5349"

But I don’t know where can I found:

  • Gateway password
  • Turn username
  • Turn key

Best regards,
Stéphane

I have created a issue here: https://github.com/mattermost/docs/issues/666

Hi @stephane-klein I updated the mattermost/webrtc docker image to fix the issues not able to connect also created a new Github repo for creating the docker image and soon a Vagrant machine. In the repo you’ll find documentation on how to setup WebRTC in mattermost

1 Like

Gateway password

Where is this param?

Thanks @stephane-klein, we use the Gateway Admin Secret parameter instead of a Gateway Password for WebRTC. Is this what you’re looking for?

The Gateway Admin Secret is “janusoverlord” for the docker preview image