Skip to content

Releases: 100mslive/100ms-ios-sdk

0.2.8

08 Mar 10:58
0a71932
Compare
Choose a tag to compare

Added

  • HMSHLSConfig constructor now takes HMSHLSRecordingConfig param to optionally enabled recording of HLS stream
  • hlsRecordingState property added to HMSRoom to show current recording state

0.2.7

21 Feb 10:09
7beea97
Compare
Choose a tag to compare

Added

  • Recording/Streaming info will now have "started at" date
  • Room state and peer list are now available in preview mode (if enabled from dashboard) via on(room:update:) and on(peer:update:) callbacks in HMSPreviewListener

Fixed

  • SDK interfering with apps querying device battery level

0.2.6

28 Jan 12:44
a4efefa
Compare
Choose a tag to compare

Fixed

  • Fixed connection issues for EU based rooms.

0.2.5

20 Jan 08:52
b3553eb
Compare
Choose a tag to compare

Added

  • Call stats APIs

0.2.4

20 Dec 14:21
9e8e93a
Compare
Choose a tag to compare

Added

  • HLS Streaming API

Changed

  • Improved track switching delay in HMSVideoView

Fixed

  • Track remove callback not fired in case of multiple auxiliary tracks were getting removed

0.2.3

06 Dec 12:11
fdfeb4c
Compare
Choose a tag to compare

Fixed

  • Microphone permission requested for view only role
  • Subscribe degradation not working
  • onError callback fired on non main thread for no mic/video permission error

0.2.2

26 Nov 13:41
977e00d
Compare
Choose a tag to compare

Added

  • changeMetadata API
  • changeName API
  • setVolume API for HMSRemoteAudioTrack

0.2.1

18 Nov 13:32
99317b1
Compare
Choose a tag to compare

Breaking change

  • requestedBy field has been made optional for HMSChangeTrackStateRequest, HMSRemovedFromRoomNotification, HMSRoleChangeRequest. It will be nil if request can originated from the REST API.
  • customerUserDescription field has been renamed to metadata in HMSPeer

0.1.6

29 Oct 08:20
ebb6dab
Compare
Choose a tag to compare

Changed

  • HMSLocalVideoTrack settings property is now properly reflecting cameraFacing state
  • Calling leave in preview mode no longer returns an error
  • Calling setMute on local video track stops camera access
  • Calling setMute on local tracks will now result in on(track: HMSTrack, update: HMSTrackUpdate, for peer: HMSPeer) callback fired for those tracks

0.1.5

21 Oct 13:33
7a6691d
Compare
Choose a tag to compare

Changed

  • Remove Xcode 13 requirement