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:
parent
bba32acefa
commit
f01348c28a
@ -41,7 +41,9 @@ class AppDelegate: UIResponder, UIApplicationDelegate, RCTBridgeDelegate {
|
|||||||
return true
|
return true
|
||||||
}
|
}
|
||||||
|
|
||||||
|
func applicationWillTerminate(_ application: UIApplication) {
|
||||||
|
BigBlueButtonSDK.onAppTerminated()
|
||||||
|
}
|
||||||
|
|
||||||
func sourceURL(for bridge: RCTBridge!) -> URL! {
|
func sourceURL(for bridge: RCTBridge!) -> URL! {
|
||||||
//#if DEBUG
|
//#if DEBUG
|
||||||
|
Loading…
Reference in New Issue
Block a user