Skip to content
This repository has been archived by the owner on Mar 17, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 994 Bytes

File metadata and controls

18 lines (13 loc) · 994 Bytes
description
Broadcast audio, and video material, as well as transmit arbitrary data between browsers without the need for a middleman

WebRTC

WebRTC (Web Real-Time Communication) is a technology that allows Web apps and sites to record and potentially broadcast audio and/or video material, as well as transmit arbitrary data between browsers without the need for a middleman.

To access this setting, go to Administration > Workspace > Settings > WebRTC.

  • Enable for Public Channels: WebRTC will be enabled for all public channels if set to true.

  • Enable for Private Channels: When enabled, private channels will have WebRTC.

  • Enable for Direct Messages: If set to true, direct messages will have WebRTC.

  • STUN/TURN Servers: A list of STUN and TURN servers separated by a comma.

    Username, password, and port are allowed in the format username:password@stun:host:port or username:password@turn:host:port.