fix big when finish application which broadcast was continued

This commit is contained in:
Gustavo Emanuel Farias Rosa
2022-05-11 10:49:25 -03:00
parent e28b3ddeae
commit 3f2ea291f3
9 changed files with 66 additions and 8 deletions

View File

@@ -6,6 +6,7 @@
import UIKit
import bigbluebutton_mobile_sdk
import bigbluebutton_mobile_sdk_common
@UIApplicationMain
class AppDelegate: UIResponder, UIApplicationDelegate, RCTBridgeDelegate {
@@ -35,7 +36,11 @@ class AppDelegate: UIResponder, UIApplicationDelegate, RCTBridgeDelegate {
return true
}
func applicationWillTerminate(_ application: UIApplication) {
BigBlueButtonSDK.onAppTerminated()
}
func sourceURL(for bridge: RCTBridge!) -> URL! {
//#if DEBUG
return RCTBundleURLProvider.sharedSettings().jsBundleURL(forBundleRoot: "index", fallbackResource:nil)