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

Co-authored-by: Gustavo Emanuel <gumanuel@Gustavos-Mac-mini.local>
pull/45/head
Gustavo Emanuel Farias Rosa 2 years ago committed by GitHub
parent bba32acefa
commit f01348c28a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save