-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add the options audioSource and videoSource for the quality test #106
Add the options audioSource and videoSource for the quality test #106
Conversation
11a696b
to
e2b9b2d
Compare
What is the status of this pull request? Can someone review it ? It feels like these changes may solve this issue: #133 |
@jeffswartz do you know what is missing for this PR to be merged? |
if (options && options.videoSource) { | ||
publisherOptions.videoSource = options.videoSource | ||
} | ||
console.log('AQUI test', publisherOptions) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you remove this console log, please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I fixed it, @enricop89.
@@ -140,6 +146,7 @@ function checkCreateLocalPublisher( | |||
if (!error) { | |||
resolve({ publisher }); | |||
} else { | |||
console.error('OT.initPublisher', publisherOptions, error) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you remove this console log, please?
Thanks for the PR, @miksansegundo. Very sorry for the delay in getting this merged in. (I'm going to add some minor release notes and merge this into the master branch today.) |
The
NetworkTest
can receive the optionsaudioSource
andvideoSource
to be tested. Both, thetestConnectivity
andtestQuality
use those options to create the publisher stream.Usage: