Add deeplink callback - thanks @gustavoEM

This commit is contained in:
Tiago Jacobs 2022-06-16 10:54:11 -03:00
parent bc99e714f2
commit a6660c227f
2 changed files with 5 additions and 1 deletions

View File

@ -120,5 +120,9 @@ open class BigBlueButtonSDK: NSObject {
.getUserDefaults(appGroupName: self.appGroupName)
.set(BBBSharedData.generatePayload(), forKey: BBBSharedData.SharedData.onApplicationTerminated)
}
public static func handleDeepLink(_ app: UIApplication, open url: URL, options: [UIApplication.OpenURLOptionsKey : Any] = [:]){
RCTLinkingManager.application(app, open: url, options: options)
}
}

View File

@ -1,6 +1,6 @@
{
"name": "bigbluebutton-mobile-sdk",
"version": "0.1.21",
"version": "0.1.22",
"description": "This repository contains BigBlueButton react-native component, that's used in our [sample implementation](https://github.com/bigbluebutton/bigbluebutton-mobile).",
"main": "lib/commonjs/index",
"module": "lib/module/index",