Skip to content

Releases: HyphenateInc/Hyphenate-SDK-iOS

v3.2.2.2

29 Dec 00:38
Compare
Choose a tag to compare

Bug fixes

  • Fixed https responding issue under certain circumstances.

3.2.2

29 Dec 00:42
Compare
Choose a tag to compare

Optimization:

  • SDK meet the requirement of ATS (add usingHttpsOnly property to EMOptions and default is YES).
  • Add parameter to deleteContact method, to control whether to remove the conversation and messages.
  • Show correct reason if call endedwhen make an outgoing call while remote party is offline.
  • Add new interfaces in EMCallOptions to set calling parameters.

3.1.5

29 Dec 00:40
Compare
Choose a tag to compare

New Features:

  • Support both Objective-C and Swift.
  • Remove dependency libraries (libcrypto.a, libcurl.a, libssl.a)
  • Improve API method naming and consistency. Please see API references.

Bug fixes:

  • Enhance SDK reliability
  • Fix video and voice calling issues