Skip to content

Releases: 100mslive/100ms-ios-sdk

0.9.8

08 Aug 08:52
d5d593b
Compare
Choose a tag to compare

Added

  • Prebuilt UI support

0.9.7

07 Aug 08:28
d9fdd32
Compare
Choose a tag to compare

Changed

  • Analytics improvements
  • HMSPoll type property renamed to category

Fixed

  • Peer information was not populated in HMSPollQuestionResponse coming from fetchResponses API

0.9.6

20 Jul 13:55
dedc9b5
Compare
Choose a tag to compare

Added

  • Initialising state support for browser recording
  • Polls and quizzes APIs

Changed

  • Join API now overrides user name set in preview API

Fixed

  • Listener->speaker->listener->speaker crash when using audio sharing feature

0.9.5

01 Jun 12:37
2a0d26f
Compare
Choose a tag to compare

Changed

  • Internal analytics improvements to aid faster debugging of call quality issues

0.9.4

16 May 08:49
cd561cf
Compare
Choose a tag to compare

Added

  • HMSMessage will have a messageID property that allows to uniquely identify a message.

0.9.3

27 Apr 13:25
0eddb41
Compare
Choose a tag to compare

Added

  • audioMode setting in HMSAudioTrackSettings which can be used to turn on Music Mode

Fixed

  • Peer tracks are not received by newly joined peers after publish -> non-publish -> publish role change

0.9.2

14 Apr 09:16
69caf7e
Compare
Choose a tag to compare

Added

  • HMSSessionStore API - a cloud based key value store for the session
  • Switch camera API with completion handler

Fixed

  • No audio/video when changing roles quickly
  • Potential crash due to overflow while screen sharing

0.9.1

31 Mar 10:25
501b19a
Compare
Choose a tag to compare

Changed

  • Errors from getAuthTokenByRoomCode API will now include a more informative message

Fixed

  • Swift package manager error when both HMSSDK and HMSHLSPlayerSDK packages are added

Breaking

  • getAuthTokenByRoomCode API is now an instance method of HMSSDK

0.8.1

23 Mar 14:24
c9006d5
Compare
Choose a tag to compare

Breaking

  • endpoint param is removed from getAuthTokenByRoomCode API

0.7.1

17 Mar 10:40
1854f86
Compare
Choose a tag to compare

Added

  • getAuthTokenByRoomCode API

Changed

  • Performance improvement for screen-sharing
  • improve call failure detection and reporting

Breaking

  • HMSHLSStatsMonitor is moved to a separate HMSHLSPlayerSDK