You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
1.Join in a group call through simulator
2.Use web/app to join the same group call with camera on as a new participant
3.Find the SwiftUI app could crash in AVMakeRectWithAspectRatioFill(CGSize,int) function
Expected behavior
Simulator shouldn't crash
Screenshots
iOS SDK version:
2.0.1-beta 1 Xcode version:
13.1 Simulator version:
iOS 15
The text was updated successfully, but these errors were encountered:
Did some debugging and found the crash issues is because of the rendererView is created by scalingMode: .crop with the SwiftUI env. CallingSDK testing app use .fit mode, so their app didn't crash. But after changing the testing app scalingMode into crop, it eventually crashed at same place. (See the attachment pic)
If we changed our composite rendererView creation to non-option mode (which make it default to be .fit mode), there is no more composite crash in simulator any more. But the view may not fit the designer requirement.
Describe the bug
1.Join in a group call through simulator
2.Use web/app to join the same group call with camera on as a new participant
3.Find the SwiftUI app could crash in
AVMakeRectWithAspectRatioFill(CGSize,int)
functionExpected behavior
Simulator shouldn't crash
Screenshots
iOS SDK version:
Xcode version:
Simulator version:
The text was updated successfully, but these errors were encountered: