@kaleyra/video-react-native-module 1.3.0 → 1.3.1

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.
@@ -1 +1 @@
1
- React/1.3.0
1
+ React/1.3.1
@@ -7,7 +7,7 @@ import Foundation
7
7
  class _KaleyraVideoHybridVersionInfo: NSObject {
8
8
 
9
9
  @objc
10
- static let krvVersion: String = "1.3.0"
10
+ static let krvVersion: String = "1.3.1"
11
11
 
12
12
  @objc
13
13
  static let krvPlatform: String = "react"
@@ -1,5 +1,9 @@
1
1
  PODS:
2
- - Bandyer (3.9.0)
2
+ - Bandyer (3.11.0):
3
+ - Bandyer/Core (= 3.11.0)
4
+ - Bandyer/WebRTC (= 3.11.0)
5
+ - Bandyer/Core (3.11.0)
6
+ - Bandyer/WebRTC (3.11.0)
3
7
  - SwiftHamcrest (2.2.4)
4
8
 
5
9
  DEPENDENCIES:
@@ -12,7 +16,7 @@ SPEC REPOS:
12
16
  - SwiftHamcrest
13
17
 
14
18
  SPEC CHECKSUMS:
15
- Bandyer: 64a80517e7e1aff3ea49e0c32c1872e80fac17b6
19
+ Bandyer: aad5f024c79d1935147cfae4c0457182da41c137
16
20
  SwiftHamcrest: a45dd878978049c0953259aa01c34fd7258d0340
17
21
 
18
22
  PODFILE CHECKSUM: 66fc4f81333eb6e98b7f40196dbf5ee1fa5c1996
@@ -129,11 +129,11 @@ private extension Tools {
129
129
  builder.chat()
130
130
  }
131
131
 
132
- if fileShare != nil {
132
+ if fileShare ?? false {
133
133
  builder.fileshare()
134
134
  }
135
135
 
136
- if whiteboard != nil {
136
+ if whiteboard ?? false {
137
137
  builder.whiteboard(uploadEnabled: true)
138
138
  }
139
139
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaleyra/video-react-native-module",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "private": false,
5
5
  "description": "Kaleyra Video module for react native.",
6
6
  "main": "lib/commonjs/index.js",