Skip to content

2.39.0

Compare
Choose a tag to compare
@VladimirBrejcha VladimirBrejcha released this 26 May 17:12
· 35 commits to master since this release
  • Dependency update: VoxImplantWebRTC is updated to 89.0.1.

  • Introduce VIRemoteVideoStream.width and VIRemoteVideoStream.height API to access the frame size of a remote video stream.

  • Introduce new API to detect issues with audio or video receive on remote streams:

    • [VIQualityIssueDelegate call:didDetectNoAudioReceiveOnStream:fromEndpoint:issueLevel]
    • [VIQualityIssueDelegate call:didDetectNoVideoReceiveOnStream:fromEndpoint:issueLevel]
    • corresponding issue types VIQualityIssueTypeNoAudioReceive and VIQualityIssueTypeNoVideoReceive
  • Make all VIQualityIssueDelegate methods optional.

  • Improve H264 codec for in-app screen sharing.

  • Fix: H264 was used as a default codec if a call was started with only video receive enabled.

  • Bugfix and stability improvements.

Known issues:

  • Screensharing with H264 codec does not work properly on several iOS devices.

  • Simulcast feature is not available for incoming conference calls (received from [VIClientCallManagerDelegate client:didReceiveIncomingCall:withIncomingVideo:headers:]). This functionality will be added in next releases.