Skip to content

Releases: voximplant/ios-sdk-releases

2.54.0

07 Aug 17:13
Compare
Choose a tag to compare
  • Introduce VIConnectionNodeNode11
  • Fix: crash on calling the SDK delegates methods
  • Bugfix and stability improvements

2.53.0

13 Jun 16:06
Compare
Choose a tag to compare

2.52.0

17 Apr 16:05
Compare
Choose a tag to compare

2.51.0

12 Dec 13:08
7d8ea84
Compare
Choose a tag to compare
  • Fix: rare crash on collecting and processing call statistics

2.50.0

20 Sep 18:41
Compare
Choose a tag to compare
  • Dependency update: VoxImplantWebRTC is updated to 106.0.1
  • Fix: crash on [VIVideoStream.removeRenderer:] if the renderer is passed as nil argument
  • Code sign for XCFramework according to the Apple requirements
  • Privacy Manifest for XCFramework according to the Apple requirements
  • Introduce new API to handle video receive stop on a remote video stream and its reason (see 2.50.0-beta changelog)

2.50.0-beta

11 Jul 16:08
Compare
Choose a tag to compare
2.50.0-beta Pre-release
Pre-release

This is a beta SDK version. Not recommended for production use.

  • Signature for VIRemoteVideoStream.startReceiving and VIRemoteVideoStream.stopReceiving API is changed. The result of the API call is now provided via events:
    • [VIEndpointDelegate endpoint:didStartReceivingVideoStream:]
    • [VIEndpointDelegate endpoint:didStopReceivingVideoStream:reason:]
  • Introduce new API to handle video receive stop on a remote video stream:
    • [VIEndpointDelegate endpoint:didStartReceivingVideoStream:]
    • [VIEndpointDelegate endpoint:didStopReceivingVideoStream:reason:]
  • Introduce new API VIVideoStreamReceiveStopReason to handle the reason for video receive stop on a remote video stream.

2.48.2

10 Jul 16:37
Compare
Choose a tag to compare

2.48.1

26 Jun 18:45
Compare
Choose a tag to compare

2.48.0

20 Jun 12:22
Compare
Choose a tag to compare
  • Update of the iOS SDK toolchain to 14.1
  • Dependency update: VoxImplantWebRTC is updated to 106.0.0
  • Minimum supported iOS version is changed to 11.0
  • 32-bit architectures are no more supported. Supported architectures:
    • arm64 (device)
    • x86_64 (simulator)
    • arm64 (simulator)
  • Remove bitcode support, since bitcode is deprecated by Apple. If you have a build issue related to bitcode support, please contact us.
  • Resolve build issues for the projects where several instances of WebRTC framework are used (from different providers)

2.47.1

29 May 13:48
Compare
Choose a tag to compare
  • Fix: incorrect remote video stream type for screensharing streams from other participants in a call / conference
  • Fix: screensharing from Broadcast Upload Extension is reported as VIVideoStreamTypeVideo on other conference participants