Releases: 100mslive/100ms-ios-sdk
Releases · 100mslive/100ms-ios-sdk
1.1.0
Added
- Peer list iterator API for large rooms
1.0.1
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
Fixed
- High simulcast layer not published for 720p with 1:1 aspect template setting
0.9.11
Added
- Exposed volume property in HMSRemoteAudioTrack
- canPublish property on HMSRole to check if role publishes any tracks
0.9.10
Changed
- room.peerCount will keep updating post join
0.9.9
Fixed
- Room layout schema handling empty response
0.9.7
Changed
- Analytics improvements
- HMSPoll type property renamed to category
Fixed
- Peer information was not populated in HMSPollQuestionResponse coming from fetchResponses API
0.9.6
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
Changed
- Internal analytics improvements to aid faster debugging of call quality issues