Twilio Video SDK iOS 2.5.0
twilio-sdk-build
released this
27 Sep 23:54
·
54 commits
to Releases
since this release
This release consumes twilio-video-cpp-3.1.2-rc4.
API Changes
- We have deprecated the usage of
TVIScreenCapturer
on iOS 12.0 and above, due to performance issues on some device andUIView
combinations. We recommend that anyone who is interested in sharing their screen use ReplayKit, along with a customTVIVideoCapturer
instead. We are putting the finishing touches on a new ReplayKit example app. #303
Known Issues
- The
TVIVideoRenderingType.OpenGLES
renderer is not supported in app extensions. [ISDK-2159] - Typically, a maximum of three H.264 encoders can be used at once. When this limit is exceeded no errors are raised and new video Tracks are not encoded. #17
- Publishing H.264 video at greater than 1280x720 @ 30fps is not supported. If a failure occurs then no error is raised to the developer. [ISDK-1590]
- Participant disconnect event can take up to 120 seconds to occur. #99