-
Notifications
You must be signed in to change notification settings - Fork 54
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
Release 4.5.0, merge feature/media-optimizations #169
Conversation
* Client track switch off is enabled by default * The app does not implement any specific manual controls, this is effectively the legacy behavior without maxTracks * Remove renderer when cell is not visible * Remove maxTracks from the app. * Use 4.5.0-rc1. * Update pods * Remove renderer when video track changes * Fix podfile Co-authored-by: Tim Rozum <trozum@twilio.com>
* Use 4.5.0-rc4. [skip ci] * Add support for video content preferences. * Ability to select VCP in settings * ConnectOptionsFactory applies the settings * SettingsStore provides storage / default value * Remove unused VideoDimensionsName class. * Commit missing factory. * Use mock generator to fix mock * Fix pods Co-authored-by: Tim Rozum <trozum@twilio.com>
Merge master into feature/media-optimization
@@ -1,3 +1,5 @@ | |||
source 'https://cdn.cocoapods.org/' |
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.
Not required but nice to be explicit, IMHO.
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.
Yeah this way we don't have to change this when switching between public and private pod. I thoughts that how it was but it must have gotten removed somehow.
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 left one comment but I'm not worried about it.
Update video-app-ios to take advantage of new APIs in 4.5.0
clientTrackSwitchOffMode
andcontentPreferencesMode
and migrate off the deprecated APIsmaxTracks
andrenderDimensions
.Testing
Contributing to Twilio