Twilio Video SDK iOS 2.0.0-preview9
·
57 commits
to Releases
since this release
Enhancements
- Our C++ core library is now built with the Xcode 9.1 toolchain (matching video-ios).
Bug Fixes
- Clarified header docs for
[TVIRoomDelegate room:didFailToConnectWithError:]
,[TVIRoomDelegate roomDidStartRecording:]
and[TVIRoomDelegate roomDidStopRecording:]
. - Don't publish Ice Candidate stats unless an active pair is present.
Known Issues
- The H.264 encoder does not support inputs in
TVIPixelFormatYUV420PlanarFullRange
orTVIPixelFormatYUV420PlanarVideoRange
. [ISDK-1489] - 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.
- 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
- AVPlayer audio content does not mix properly with Room audio. #62