Twilio Video SDK iOS 2.3.0
twilio-sdk-build
released this
07 Aug 19:06
·
54 commits
to Releases
since this release
This release consumes twilio-video-cpp-3.0.0-beta2.
We have promoted 2.3.0-preview2
to 2.3.0
. This release is based on WebRTC 67 and also resolves conflicts when using Twilio Video alongside other WebRTC based dependencies.
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