command
module
Version:
v0.0.0-...-e913a2f
Opens a new window with list of versions in this module.
Published: Apr 11, 2020
License: GPL-3.0
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
chatb.org - webrtc audio/video/text chat
-
run "go build" to build backend
-
to deploy behind nginx look at etc/nginx/chatb.org
-
optional config file looks like this:
{
"wsHost": "wss://domain:port",
"iceServers": [
{
"urls": ["stun:<ip>:<port>"]
},
{
"username": "username",
"credential": "password",
"urls": [
"turn:<ip>:<port>?transport=udp",
"turn:<ip>:<port>?transport=tcp"
]
}
]
}
Documentation
¶
There is no documentation for this package.
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.