You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
I'd like to use free TURN server.
I need only audio call between two users.
var config = {
isInitiator: isInitiator,
turn: {
host: 'turn:numb.viagenie.ca',
username: '[email protected]',
password: 'muazkh'
},
streams: {
audio: true,
video: false
}
};
I tried this configuration, but I can't hear any audio.
Looking forward to your hearing.
Thanks
The text was updated successfully, but these errors were encountered:
Hello
I'd like to use free TURN server.
I need only audio call between two users.
var config = {
isInitiator: isInitiator,
turn: {
host: 'turn:numb.viagenie.ca',
username: '[email protected]',
password: 'muazkh'
},
streams: {
audio: true,
video: false
}
};
I tried this configuration, but I can't hear any audio.
Looking forward to your hearing.
Thanks
The text was updated successfully, but these errors were encountered: