capacitor-plugin-vonage 0.1.9 → 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
|
|
15
15
|
s.ios.deployment_target = '13.0'
|
16
16
|
s.dependency 'Capacitor'
|
17
17
|
#s.dependency 'OpenTok','2.25.0'
|
18
|
-
s.dependency 'OTXCFramework','2.27.
|
18
|
+
s.dependency 'OTXCFramework','2.27.2'
|
19
19
|
s.swift_version = '5.1'
|
20
20
|
s.static_framework = true
|
21
21
|
end
|
@@ -476,7 +476,8 @@ class VideoChatViewController: UIViewController,OTSessionDelegate,OTPublisherDel
|
|
476
476
|
let customAlert = CustomAlertViewController(nibName: "CustomAlertViewController", bundle: Bundle(for: CustomAlertViewController.self))
|
477
477
|
customAlert.isModalInPresentation = true
|
478
478
|
customAlert.delegate = self
|
479
|
-
customAlert.modalPresentationStyle = .
|
479
|
+
customAlert.modalPresentationStyle = .overCurrentContext
|
480
|
+
customAlert.view.backgroundColor = UIColor.black.withAlphaComponent(0.2)
|
480
481
|
self.present(customAlert, animated: true)
|
481
482
|
}
|
482
483
|
func btnYesClicked() {
|