Skip to content

Azure Communication Calling iOS SDK version 1.1.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@raosanat raosanat released this 04 Jun 17:31
· 637 commits to master since this release
f5ecd3f

Azure Communication Calling iOS SDK version 1.1.0-beta.1.

New features

  • Support for CallKit (Preview mode)

    • Use the api createCallAgentWithCallKitOptions to create CallAgent with CallKit enabled and SDK will report to CallKit about incoming call , outgoing calls and all other call operations like mute, unmute, hold, resume as part of the API calls.
    • Use the api reportToCallKit in CallClient to report incoming call when the app is the killed state.
  • CallAgent and CallClient now has dispose API to explicitly delete the objects instead of relying on ARC.

  • Get CorrelationId from CallInfo object in Call to get the id required for recording feature.

  • Support to start recording by an ACS endpoint.

Bug fixes

  • [iOS] ACSRendererView layout is off after a device rotation #127.
  • [iOS] Resizing issue for animating streams #262.
  • Creating multiple CallAgent with same token will throw error.