Skip to content

Releases: 100mslive/100ms-ios-sdk

1.1.0

28 Sep 12:51
d2b7cfd
Compare
Choose a tag to compare

Added

  • Peer list iterator API for large rooms

1.0.1

15 Sep 14:19
722902f
Compare
Choose a tag to compare

Added:

  • Support for large scale rooms
  • First class APIs for raising hand in a room: raiseLocalPeerHand, lowerLocalPeerHand, lowerRemotePeerHand. isHandRaised property on HMSPeer

Breaking change:

  • peerJoin update type in on(peer:update:) callback will not be sent for every peer in the room upon room join, onPeerListUpdate callback will be sent instead. This new callback should be the main source of notification regrading peer list updates. The peerJoin / peerLeave update types should only be used for showing notifications to the user if app has this feature.

0.9.12

13 Sep 10:07
ff51474
Compare
Choose a tag to compare

Fixed

  • High simulcast layer not published for 720p with 1:1 aspect template setting

0.9.11

08 Sep 13:02
127c76e
Compare
Choose a tag to compare

Added

  • Exposed volume property in HMSRemoteAudioTrack
  • canPublish property on HMSRole to check if role publishes any tracks

0.9.10

01 Sep 10:59
649be2e
Compare
Choose a tag to compare

Changed

  • room.peerCount will keep updating post join

0.9.9

16 Aug 07:22
905f076
Compare
Choose a tag to compare

Fixed

  • Room layout schema handling empty response

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