-
Notifications
You must be signed in to change notification settings - Fork 336
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
Master #87
Open
SPI1987
wants to merge
97
commits into
1.x
Choose a base branch
from
master
base: 1.x
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
JSDK-1973 Updating twilio-video.js to 2.x.
…emitting objects. (#73) * quickstart updated to listen to participant tracks
…on (#74) demonstrate dominant speaker detection
* JSDK-2355 Setup the network quality example app's build and launch. * JSDK-2355 Report only the Network Quality level for now.\ * JSDK-2355 Add reporting of NQ stats and update UI. * Update to twilio-video.js@2.0.0-beta10.
Pin latest release version until 2.0 GA
* Added links to navigate between quick-start and example pages * Updated after review
* explicitly call getuserMedia before enumerateDevices * fix params * ensureMediaPermissions
* UI to select microphone. * UI to select camera and enlarging microphone indicator. * UI to select room name and identity. * Connect to Room and wire Room events to the web app UI. * Leave Room when "Leave Room" button is clicked (or tab closed). * Handle backgrounding/foregrounding on mobile browsers. * Adding option to change media devices before selecting the Room name and identity. * Making Room UI responsive. * Adding an avatar background for when a RemoteVideoTrack is disabled. * Setting up the dominant speaker event. * Setting up the ability to pin an active Participant. * Specifying platform-specific ConnectOptions and BandwidthProfile values. * Show media errors. * Show connect and disconnect error messages. * Refactoring getRoomCredentials() to use a random identity if necessary. * Using async/await. * Saving media device selection to localStorage. * Accepting "roomName" and "identity" as URL parameters. * Changing "Screen Name" to "User Name". * Always test mic and camera in mobile browsers. * Unpublish and re-publish the LocalVideoTrack when the app is backgrounded and foregrounded. * Make sure that enumerated device IDs and labels are non-empty. * Updating README.md. * Moving the application screenshot to the "Overview" section. * Save the user name in LocalStorage instead of appending it to the URL. * Point to joinroom.js for SDK usage example.
* RemoteReconnection Mobile UI Fixed Co-authored-by: joma <joma@twilio.com>
* JSDK-2770 Mobile Friendly UI Updates for Examples Co-authored-by: joma <joma@twilio.com>
* JSDK-2820 Starting files for DataTracks App * JSDK-2820 DataTracks example app Co-authored-by: joma <joma@twilio.com>
* JSDK-2894 Media Device Example Fix Co-authored-by: joma <joma@twilio.com>
* JSDK-2867 Error handling recommendations added Co-authored-by: joma <joma@twilio.com>
* JSDK-2911 Updated Media Devices app to use restart Co-authored-by: joma <joma@twilio.com>
Co-authored-by: joma <joma@twilio.com>
* Updating quickstart to use twilio-video 2.11.0 * JSDK-3564 Adding remote view in screen sharing example Co-authored-by: joma <joma@twilio.com>
* VIDEO-3563 Small patch to audio level indicator Co-authored-by: joma <joma@twilio.com>
* VIDEO-3525 * Updating Local Video Filter example to use the VideoProcessor API on Chrome. * Refactoring the example for Firefox and Safari to remove inefficiencies. * Updating README.md to highlight the VideoProcessor API.
* Adding ImageCapture API to LocalVideoSnapshot example Co-authored-by: joma <joma@twilio.com>
…fig (#182) Co-authored-by: joma <joma@twilio.com>
* VIDEO-5327 Adding manual render hints example. Co-authored-by: joma <joma@twilio.com>
* Adding Auto renderhints example. Co-authored-by: joma <joma@twilio.com>
* Chrome 92 fix : cleaning up elements on detach Co-authored-by: joma <joma@twilio.com>
Co-authored-by: joma <joma@twilio.com>
* VIDEO-7710 - Fixing Audio Output Device selection. Co-authored-by: joma <joma@twilio.com>
Update browserify version to fix complie error
Update README.md with Twilio Video EOL banner
Update README.md with Twilio Video EOL banner
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contributing to Twilio