Skip to content

Releases: 100mslive/100ms-ios-sdk

0.0.11

25 Aug 13:34
Compare
Choose a tag to compare

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

17 Aug 09:16
Compare
Choose a tag to compare

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

05 Aug 14:25
Compare
Choose a tag to compare
  • 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

26 Jul 13:31
Compare
Choose a tag to compare
  • 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

16 Jul 07:39
Compare
Choose a tag to compare
  • Added simulcast support
  • Added support for forced change role
  • HMSSpeaker now has a reference to HMSPeer instead of id

0.0.6

09 Jul 17:18
Compare
Choose a tag to compare
  • 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

02 Jul 11:57
Compare
Choose a tag to compare
  • 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

25 Jun 10:58
Compare
Choose a tag to compare
  • Added Media Interruption Handling
  • Optimized network usage
  • Updated background to foreground transitions
  • Improved Error logging

0.0.3

22 Jun 09:22
Compare
Choose a tag to compare
  • Fixed private module not found compile issue

0.0.2

16 Jun 13:07
Compare
Choose a tag to compare
  • 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