Skip to content

Releases: 100mslive/100ms-ios-sdk

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