Releases: 100mslive/100ms-ios-sdk
Releases · 100mslive/100ms-ios-sdk
0.0.11
Added
- HMSVideoView now has a
mirror
property that mirrors the video
Changed
changeRole
api now can be used to change role of a local peer.
0.0.10
Added
- Sending private and group messages APIs
- Remove peer from a room API
- Remote mute peer API
- End room API
- videoContentMode property added to HMSVideoView to allow selecting if content should fit or fill the view
- videoTrack getter added HMSVideoView for convenience
Changed
- send(message:) API renamed to sendBroadcastMessage
0.0.9
- Fixed individual track publish settings not respected during change role
- Fixed wrong track source coming for trackRemoved update
- Fixed button states not updating properly during role change in sample app
0.0.8
- HMSVideoView will auto pick the best fitting simulcast layer
- Sample app will not show role change options if user does not have necessary permissions.
0.0.7
- Added simulcast support
- Added support for forced change role
- HMSSpeaker now has a reference to HMSPeer instead of id
0.0.6
- Added capability to change role mid-call
- Passing HMSRole object to peers
- SDK checks for appropriate permissions before trying to publish audio & video
- Corrected parsing of roles that do not subscribe to other roles
0.0.5
- Automatic video track switch off in bad network conditions.
- Preview API added to the SDK, added preview screen to the sample app.
0.0.4
- Added Media Interruption Handling
- Optimized network usage
- Updated background to foreground transitions
- Improved Error logging
0.0.3
- Fixed private module not found compile issue
0.0.2
- Added Reconnection for reliability in bad network conditions
- Handled network provider (WiFi to Mobile Data) transitions mid-call
- Upgraded Data Source which apps can use to easily create customized views
- Added descriptive Error Codes
- Added Analytics to track SDK performance
- Added default handing to app background/foreground transitions
- Handled joining meetings in different roles
- Multiple Sample App enhancements