Skip to content

Commit

Permalink
feat: add credential type attribute in docs iceServers configuration. (
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielmatau79 authored Feb 7, 2025
1 parent d9b3a79 commit 3206df9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/webrtc-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -132,9 +132,10 @@ ICE Server settings for WebRTC transport creation:
{
"iceServers": [
{
"urls": "turn:localhost:3478?transport=udp",
"urls": "turn:localhost:3478",
"username": "test",
"credential": "test123"
"credential": "test123",
"credentialType": "password"
}
]
}
Expand Down

0 comments on commit 3206df9

Please sign in to comment.