iosrtc version - 6.0.11
iOS deployment target - 13.5
xcode version - 11.5
openvidu version in app - 2.14.0
openvidu version in backend - 2.13.0
platform - ionic 5
checking device - iPhone 11 pro max
Error:
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
2020-07-08 15:54:54.287656+0530 PatientMD[5181:2197869] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you donât want.
Try this:
(1) look at each constraint and try to figure out which you donât expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(Note: If youâre seeing NSAutoresizingMaskLayoutConstraints that you donât understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
â<NSAutoresizingMaskLayoutConstraint:0x2810f5220 h=â& v=â& UIView:0x106c6ae40.minY == 950 (active, names: â|â:WKWebView:0x107823000âDoctor Dashboardâ )>â,
â<NSLayoutConstraint:0x2810f4dc0 UIView:0x106c6ae40.top == UILayoutGuide:0x280a8e220âUIViewSafeAreaLayoutGuideâ.top (active)>â,
â<NSLayoutConstraint:0x2810d34d0 âUIViewSafeAreaLayoutGuide-topâ V:|-(44)-[UILayoutGuide:0x280a8e220âUIViewSafeAreaLayoutGuideâ] (active, names: â|â:WKWebView:0x107823000âDoctor Dashboardâ )>â
)
getting blank screen in app. but subscriber can hear and view video of publisher. means camera and audio working properly. means streaming working properly from app but getting blank screen in app. even can not see subscribers video in app. I saw this issue in iosrtc latest bug. so you can confirm if you are also getting this issue or not.
cordova-rtc/cordova-plugin-iosrtc#422
working fine in safari browser in iPhone but not in app.