@100mslive/react-native-hms 1.9.3-beta.0 → 1.9.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -0
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -21,6 +21,11 @@ With support for HLS and RTMP Live Streaming and Recording, Picture-in-Picture (
21
21
 
22
22
  📖 Read the Complete Documentation here: https://www.100ms.live/docs/react-native/v2/foundation/basics
23
23
 
24
+ | Package | Version |
25
+ | -------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------- |
26
+ | @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) |
27
+ | @100mslive/react-native-hms | [![npm](https://img.shields.io/npm/v/@100mslive/react-native-hms)](https://www.npmjs.com/package/@100mslive/react-native-hms) |
28
+
24
29
  ## 🏃 Example App
25
30
 
26
31
  📲 Download the Example iOS app here: https://testflight.apple.com/join/v4bSIPad
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@100mslive/react-native-hms",
3
- "version": "1.9.3-beta.0",
3
+ "version": "1.9.3",
4
4
  "description": "Integrate Real Time Audio and Video conferencing, Interactive Live Streaming, and Chat in your apps with 100ms React Native SDK. With support for HLS and RTMP Live Streaming and Recording, Picture-in-Picture (PiP), one-to-one Video Call Modes, Audio Rooms, Video Player and much more, add immersive real-time communications to your apps.",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",