Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.5 KB

2021-April-18.md

File metadata and controls

39 lines (25 loc) · 1.5 KB

Release notes for April 05 - April 18

Table of contents

Calling

JS

  • New interface CallInfo is added to Call and IncomingCall.

More details visit: Release v1.0.1-beta.2 (2021-04-15)

iOS

  • DeviceManager instance can be obtained irrespective of CallAgent creation.
  • startCall and join API's on CallAgent are now asynchronous.
  • Mandatory to pass completion handler block for all async API's.
  • Multiple classes properties/methods renamed.
  • Bugs fixed.

More details visit: Release v1.0.0-beta.12 (2021-04-13)

Android

  • DeviceManager obtention is decoupled from CallAgent creation.
  • OnIsMuted event is added to the Call class. Event will be triggered when the call is locally or remotely muted.
  • RenderingOptions has been renamed CreateViewOptions.
  • Multiple classes properties/methods renamed.
  • Bugs fixed.

More details visit: Release v1.0.0-beta.10 (2021-04-12).

Chat

Python