Skip to content

Twilio Video SDK iOS 2.5.2

Compare
Choose a tag to compare
@twilio-sdk-build twilio-sdk-build released this 08 Oct 19:39
· 54 commits to Releases since this release
389560e

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

Enhancements

  • TwilioVideo is now built and distributed as both a dynamic framework, TwilioVideo, and a static library, libTwilioVideo.a. The static library is not available as a Carthage or Cocoapoads dependency and is only available as a manual download from the Video iOS Releases page.

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