diff --git a/ios/AppDelegate.swift b/ios/AppDelegate.swift index 10053b8..23e2e5e 100644 --- a/ios/AppDelegate.swift +++ b/ios/AppDelegate.swift @@ -41,7 +41,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate, RCTBridgeDelegate { return true } - + func applicationWillTerminate(_ application: UIApplication) { + BigBlueButtonSDK.onAppTerminated() + } func sourceURL(for bridge: RCTBridge!) -> URL! { //#if DEBUG