|
@@ -74,14 +74,14 @@ public class NativeCap: CAPPlugin {
|
|
|
APIS.signInAdmin(password: password as! String)
|
|
|
}
|
|
|
}
|
|
|
- @objc func openScreenSharing(_ call: CAPPluginCall) {
|
|
|
+ @objc func openWhiteboard(_ call: CAPPluginCall) {
|
|
|
DispatchQueue.main.async {
|
|
|
- APIS.openScreenSharing()
|
|
|
+ APIS.openWhiteboard()
|
|
|
}
|
|
|
}
|
|
|
- @objc func openWhiteboard(_ call: CAPPluginCall) {
|
|
|
+ @objc func openNotificationCenter(_ call: CAPPluginCall) {
|
|
|
DispatchQueue.main.async {
|
|
|
- APIS.openWhiteboard()
|
|
|
+ APIS.openNotificationCenter()
|
|
|
}
|
|
|
}
|
|
|
}
|