iOS SDK ChangeLog

iOS SDK ChangeLog

iOS SDK v1.5.12 ChangeLog – July 8, 2019

  • Enhancements
    • Video rendering enhancement on renegotiation
    • Encoding resolution tuning at startup.

iOS SDK v1.5.10 ChangeLog –January 11, 2019

  • Enhancements
    • Open camera only if needed: If we send only audio (set using global options), the video capturer will not be initialized anymore.

iOS SDK v1.5.9 ChangeLog – April 12, 2018

  • Enhancements
    • Close conference when user call disconnect. This prevent unexpected behavior.

iOS SDK v1.5.8 ChangeLog – March 5, 2018

  • Enhancements
    • Adding onPeerJoinedRoom, onPeerQuittedRoom callbacks to be notified when another peer join or quit a room.
  • Fixes
    • Auto-reconnection issue: Connected even if the “connect()” method is not called.

iOS SDK v1.5.7 ChangeLog – November 23, 2017

  • Enhancements
    • Adding ability to disengage auto calling when a user joined a room. Now peer call be called manualy

iOS SDK v1.5.4 ChangeLog – June 22, 2017

  • Enhancements
    • IPv6 support

iOS SDK v1.5.3 ChangeLog – June 20, 2017

  • Fixes
    • Connection lost after application has been suspended
    • Loudspeaker fix

iOS SDK v1.5.2 ChangeLog – May 22, 2017

  • Fixes
    • Reconnection sometimes crashed
    • Loudspeaker/handset switch
  • Enhancements
    • Reconnection is now the default behavior
      • No more need to call connect on disconnection event.
      • A general option “DISABLE_AUTORECONNECT” has been added to disable this behavior.

iOS SDK v1.5.1 ChangeLog – January 26, 2017

  • Fixes
    • Fix renegociation issue (offer side)
  • Enhancements
    • Adding general options (iso-functionality)
  • Changes
    • The ‘Conference’ prefix was added for the following enum (integration convenience) :
      • ConferenceConnection
      • ConferenceVideoOption
      • ConferenceAudioOption
      • ConferenceVideoCodec
      • ConferenceAudioCodec

iOS SDK v1.5.0 ChangeLog – January 5, 2017

  • Fixes
    •    Call with Firefox issue
    •    Renegociation issue
  • Enhancements
    • Update to latest WebRTC code
    • New websocket signaling. Improves firewall traversal.
    • Call Optimisation
    • H264 hardware codec support

iOS SDK v1.3.1 ChangeLog – May 8, 2015 – DEPRECATED

  • Fixes
    • One to one video call issue
    • Crash on call stop

iOS SDK v1.3 ChangeLog – April 18, 2015 – DEPRECATED

  • Fixes
    • Fix datachannel issue on some iOS-iOS call
  • Enhancements
    • Automatic reconnection after a network switch
    • Add support for iOS simulator. Note: iOS simulator doesn’t provide access to the camera.

iOS SDK v1.2 ChangeLog – March 19, 2015 – DEPRECATED

  • Fix datachannel calls

iOS SDK v1.0 ChangeLog – February 24, 2015 – DEPRECATED

  • Audio/Video calls
  • Data channels
  • 32/64 bits architecture support
  • Background mode