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

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.
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
@@ -1,8 +1 @@
1
- ## This file must *NOT* be checked into Version Control Systems,
2
- # as it contains information specific to your local configuration.
3
- #
4
- # Location of the SDK. This is only used by Gradle.
5
- # For customization when using a Version Control System, please read the
6
- # header note.
7
- #Mon Nov 14 20:51:00 IST 2022
8
- sdk.dir=/Users/jatinnagar/Library/Android/sdk
1
+ sdk.dir=/Users/yogesh/Library/Android/sdk
@@ -854,7 +854,7 @@ class HMSRNSDK: HMSUpdateListener, HMSPreviewListener {
854
854
  }
855
855
 
856
856
  DispatchQueue.main.async { [weak self] in
857
- if let self = self, let room = hms?.room {
857
+ if let self = self, let room = self.hms?.room {
858
858
  self.roomMutedLocally = mute
859
859
 
860
860
  let audioTracks = HMSUtilities.getAllAudioTracks(in: room)
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.4-beta.0",
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",
@@ -1,7 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <Workspace
3
- version = "1.0">
4
- <FileRef
5
- location = "self:">
6
- </FileRef>
7
- </Workspace>
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>IDEDidComputeMac32BitWarning</key>
6
- <true/>
7
- </dict>
8
- </plist>
@@ -1,14 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3
- <plist version="1.0">
4
- <dict>
5
- <key>SchemeUserState</key>
6
- <dict>
7
- <key>Hmssdk.xcscheme_^#shared#^_</key>
8
- <dict>
9
- <key>orderHint</key>
10
- <integer>0</integer>
11
- </dict>
12
- </dict>
13
- </dict>
14
- </plist>