Merge pull request #41875 from nekomatata/webrtc-doc-turn-server

Fix TURN server example in WebRTC documentation
This commit is contained in:
Rémi Verschelde 2020-09-08 13:37:23 +02:00 committed by GitHub
commit af00bb998e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@
{ {
"urls": [ "turn:turn.example.com:3478" ], # One or more TURN servers. "urls": [ "turn:turn.example.com:3478" ], # One or more TURN servers.
"username": "a_username", # Optional username for the TURN server. "username": "a_username", # Optional username for the TURN server.
"credentials": "a_password", # Optional password for the TURN server. "credential": "a_password", # Optional password for the TURN server.
} }
] ]
} }