Skip to content

Commit

Permalink
fix: streaming
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikadows committed Jun 30, 2022
1 parent ef6f4d5 commit 94fc6a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Streaming/Streaming.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ export const Streaming = () => {
},
{
'urls': 'turn:turn.siwiorek.fr',
'credential': 'guest',
'username': 'somepassword'
'credential': 'somepassword',
'username': 'guest'
}
// {
// 'urls': 'turn:212.83.164.13:3478?transport=tcp',
Expand Down

0 comments on commit 94fc6a7

Please sign in to comment.