alexLipici-tmd
alexLipici-tmd
Hi @raosanat! I tried what you suggested and it doesn't change anything. The issue still reproduce. I've tried also moving `UIDevice.current.endGeneratingDeviceOrientationNotifications()` on AppDelegate, but it's the same.
Hi @xumo-95. The code snippet looks like this: ` self.callClient?.createCallAgent(userCredential: tokenCredential, options: options) { [weak self] (agent, error) in guard let self = self else { return } guard error...
Hi @kevinyulu. The fix suggestion isn't working for me also