-
Notifications
You must be signed in to change notification settings - Fork 18
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
feat: convert track-based classes into stream-based classes #60
Commits on May 9, 2023
-
feat: new stream classes initial commit (#49)
* feat: new stream classes initial commit * refactor: originStream -> inputStream
Configuration menu - View commit details
-
Copy full SHA for 944c1e2 - Browse repository at this point
Copy the full SHA 944c1e2View commit details
Commits on May 10, 2023
-
feat: integrate new stream types (#50)
* feat: replace LocalMicrophoneTrack with LocalMicrophoneStream * refactor: replace LocalDisplayTrack with LocalDisplayStream * refactor: replace LocalCameraTrack with LocalCameraStream * refactor: remove LocalTrack * refactor: rename originTrack -> inputTrack
Configuration menu - View commit details
-
Copy full SHA for 61bfa31 - Browse repository at this point
Copy the full SHA 61bfa31View commit details
Commits on May 25, 2023
-
* feat: add effects api * fix: add loadingeffects protection * test: localstream unit tests * chore: upgrade effects version
Configuration menu - View commit details
-
Copy full SHA for 3c96f27 - Browse repository at this point
Copy the full SHA 3c96f27View commit details
Commits on Jun 30, 2023
-
refactor: add methods and update events for stream classes (#55)
* refactor: add support for wcme refactor * chore: minor updates to LocalStream and unit tests --------- Co-authored-by: Bryce Tham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for a792397 - Browse repository at this point
Copy the full SHA a792397View commit details -
feat: limit appliable constraints (#56)
* feat: limit appliable constraints * refactor: pick VideoDeviceConstraints from MediaTrackConstraints --------- Co-authored-by: Bryce Tham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for b92e5af - Browse repository at this point
Copy the full SHA b92e5afView commit details
Commits on Jul 14, 2023
-
feat: listen to track events and additional updates to stream classes (…
…#57) * feat: listen to track events and additional updates to stream classes * fix: preserve outputStream in changeOutputTrack * chore: change outputStream to readonly * chore: update unit tests and comments --------- Co-authored-by: Bryce Tham <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7d0fcef - Browse repository at this point
Copy the full SHA 7d0fcefView commit details -
Merge branch 'main' into stream_classes
Bryce Tham committedJul 14, 2023 Configuration menu - View commit details
-
Copy full SHA for e1e8138 - Browse repository at this point
Copy the full SHA e1e8138View commit details
Commits on Jul 18, 2023
-
chore: update docs and errors in device management API
Bryce Tham committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for 0a04ce1 - Browse repository at this point
Copy the full SHA 0a04ce1View commit details -
fix: stop outputTrack on LocalStream stop
Bryce Tham committedJul 18, 2023 Configuration menu - View commit details
-
Copy full SHA for adf9d98 - Browse repository at this point
Copy the full SHA adf9d98View commit details