Skip to content

Twilio Video SDK iOS 2.5.1

Compare
Choose a tag to compare
@twilio-sdk-build twilio-sdk-build released this 04 Oct 20:44
· 54 commits to Releases since this release
389560e

This release consumes twilio-video-cpp-3.1.2-rc4.

Bug Fixes

  • Fixed a crash that occurs when disabling a TVILocalVideoTrack published with the H.264 codec. [ISDK-2210] #308

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