Skip to content

Twilio Audio Processors iOS 5.8.4

Latest
Compare
Choose a tag to compare
@twilio-sdk-build twilio-sdk-build released this 09 Jan 16:08
  • Audio Processors iOS SDK 5.8.4 [XCFramework] (checksum: 7395339ea15609586e69533123d0efd147b6912bb5b63bfce852ee7b7d004ea3).

Bug Fixes

  • Fixed an issue when the TVIVideoView was being initialized twice causing an assertion error on iOS 18 when using Xcode 16.

API Changes

  • The TVICameraSourceOrientationDelegate's method trackerOrientationDidChange: has been deprecated in favor of the trackerRotationAngleDidChange method.
  • The TVICameraSourceOrientationTracker's property orientation has been deprecated in favor of the rotationAngle property.
    The new method and property provide the video track orientation as a rotation angle (CGFloat) instead of the AVCaptureVideoOrientation enum which has been deprecated starting with iOS 17.0.

Known Issues

  • Audio playback fails in some cases when running a simulator on a Mac Mini. #182
  • Unpublishing and republishing a LocalAudioTrack or LocalVideoTrack might not be seen by Participants. #34
  • H.264 video might become corrupted after a network handoff. #147
  • iOS devices do not support more than three H.264 encoders. Refer to #17 for suggested work arounds.
  • 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]