Skip to content

Commit

Permalink
updated rn release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
stanwolverine committed Apr 26, 2024
1 parent bcde2a2 commit 95d592e
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions docs/react-native/v2/release-notes/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,38 @@ nav: 4.1
| @100mslive/react-native-room-kit | [![npm](https://img.shields.io/npm/v/@100mslive/react-native-room-kit)](https://www.npmjs.com/package/@100mslive/react-native-room-kit) |
| @100mslive/react-native-hms | [![npm](https://img.shields.io/npm/v/@100mslive/react-native-hms)](https://www.npmjs.com/package/@100mslive/react-native-hms) |

## 1.10.4 - 2024-04-26

| Package | Version |
| -------------------------------- | ------- |
| @100mslive/react-native-room-kit | 1.1.7 |
| @100mslive/react-native-hms | 1.10.4 |

### react-native-hms

- Support for captions in HLS Player

HMSSDK now provides support for captions in HLS Player. You can now check the support of captions in the stream, and enable or disable captions in the HLS Player using the methods available on its' `ref`. Moreover, HMSSDK provides a new `useHMSHLSPlayerSubtitles` hook to get captions. Learn more about it [here](https://www.100ms.live/docs/react-native/v2/how-to-guides/record-and-live-stream/hls-player#how-to-enable-or-disable-closed-captions)


### react-native-room-kit

- Support for captions in HLS Player UI
HLS Player now supports captions for better accessibility. This can be enabled or disabled from the player settings.

- Updated Chat message design in the new HLS Player UI

- Added new controls for the HLS video player
Added controls are - "Go Live", "Seekbar", "Closed Captions", "Pause", "Resume" and "Seek forward/backwards"

- Added support for "Pinch and Zoom" in the HLS Player UI


Updated to Android SDK 2.9.54 & iOS SDK 1.9.0

**Full Changelog**: [1.10.3...1.10.4](https://github.com/100mslive/react-native-hms/compare/1.10.3...1.10.4)


## 1.10.3 - 2024-04-15

| Package | Version |
Expand Down

0 comments on commit 95d592e

Please sign in to comment.