@kaleyra/video-react-native-module 2.0.4 → 2.0.6

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/2.0.4
1
+ React/2.0.6
@@ -7,7 +7,7 @@ import Foundation
7
7
  class _KaleyraVideoHybridVersionInfo: NSObject {
8
8
 
9
9
  @objc
10
- static let krvVersion: String = "2.0.4"
10
+ static let krvVersion: String = "2.0.6"
11
11
 
12
12
  @objc
13
13
  static let krvPlatform: String = "react"
@@ -1,4 +1,4 @@
1
- def kaleyraVideoSdkVersion = "4.5.1"
1
+ def kaleyraVideoSdkVersion = "4.6.1"
2
2
 
3
3
  def gsonVersion = "2.9.1"
4
4
  def kotlinVersionVersion = "1.9.0"
@@ -36,8 +36,9 @@ internal class SDKUserInterfacePresenter(
36
36
  override fun startCallUrl(url: String) {
37
37
  if (sdk.state.value == State.Disconnected) {
38
38
  sdk.connect(url)
39
+ } else {
40
+ sdk.conference.join(url)
39
41
  }
40
- sdk.conference.joinUrl(url)
41
42
  }
42
43
 
43
44
  override fun startChat(userId: String) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kaleyra/video-react-native-module",
3
- "version": "2.0.4",
3
+ "version": "2.0.6",
4
4
  "description": "Kaleyra Video module for react native.",
5
5
  "main": "lib/commonjs/index.js",
6
6
  "module": "lib/module/index.js",