robertosamayoa Posted February 4 Share Posted February 4 Hi, where i can set these? regards Link to comment Share on other sites More sharing options...
0 rahul7827 Posted February 5 Share Posted February 5 On 2/4/2023 at 6:34 PM, robertosamayoa said: Hi, where i can set these? regards Hi @robertosamayoa function changeAudioConstraints() { var constraint = { audio: {} }; switch(this.name) { case 'noiseSuppression': { constraint.audio.noiseSuppression = this.checked; break; } case 'echoCancellation': { constraint.audio.echoCancellation = this.checked; break; } default: { break; } } webRTCAdaptor.applyConstraints(constraint); } Have a look here 2 Link to comment Share on other sites More sharing options...
0 robertosamayoa Posted February 5 Author Share Posted February 5 4 hours ago, rahul7827 said: Hi @robertosamayoa function changeAudioConstraints() { var constraint = { audio: {} }; switch(this.name) { case 'noiseSuppression': { constraint.audio.noiseSuppression = this.checked; break; } case 'echoCancellation': { constraint.audio.echoCancellation = this.checked; break; } default: { break; } } webRTCAdaptor.applyConstraints(constraint); } Have a look here perfect, these made the magic here, thanks. Link to comment Share on other sites More sharing options...
Question
robertosamayoa
Hi, where i can set these?
regards
Link to comment
Share on other sites
Top Posters For This Question
2
1
Popular Days
Feb 5
2
Feb 4
1
Top Posters For This Question
robertosamayoa 2 posts
rahul7827 1 post
Popular Days
Feb 5 2023
2 posts
Feb 4 2023
1 post
Popular Posts
rahul7827
Hi @robertosamayoa function changeAudioConstraints() { var constraint = { audio: {} }; switch(this.name) { case 'noiseSuppression': { constraint.audio.noiseSuppression = this.chec
2 answers to this question
Recommended Posts