Skip to content

Twilio Video SDK iOS 2.3.0-preview1

Pre-release
Pre-release
Compare
Choose a tag to compare
@twilio-sdk-build twilio-sdk-build released this 29 Jun 23:22
· 54 commits to Releases since this release
389560e

This release consumes twilio-video-cpp-3.0.0-preview2.

API Changes

  • Deprecated the TVIAudioOptions.levelControl and TVIAudioOptions.levelControlInitialPeakLevelDBFS properties as they are no longer supported in Chromium WebRTC 67.

Improvements

  • This release is based on Chromium WebRTC 67.
  • TVIAVAudioSessionConfigurationBlock now configures AVAudioSession.preferredIOBufferDuration to 20 milliseconds by default, to match changes in WebRTC.

Known Issues

  • The TVIVideoRenderingTypeOpenGLES renderer doesn't display I420, and y420 frames produced by a TVIVideoCapturer. [ISDK-2078]
  • App extensions may not be supported yet. [ISDK-2047]
  • The Video SDK may call UIApplication APIs from a background thread. [ISDK-2051]
  • The remote Participant's HD video may be distorted on an iPad Air 2+ [ISDK-2049, CSDK-1357]
  • 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