delegate missing to stop screen share work when app is closed (#43)

Co-authored-by: Gustavo Emanuel <gumanuel@Gustavos-Mac-mini.local>
This commit is contained in:
Gustavo Emanuel Farias Rosa 2022-06-16 17:11:03 -03:00 committed by GitHub
parent bba32acefa
commit f01348c28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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