I installed the official Rainbow app and tested it, and I could not reproduce the problem. I'm using SDK 1.63.0 for the real app and 1.62.0 for the test app. Below is a code that makes a new call...
Olivier, This issue has been solved that I found incorrect code in my functions to set the video device. After correcting these errors then my app is able to send the video stream. Thank you for y...
Hi Olivier, In the log file I found rtcServiceDidAddCapturesSession event that will be fired when the video capture can be started. Also I see the following logs that indicate that a video and aud...
Hi Olivier, I cannot find your contact information on the contact list. Hiro
Hello Olivier, I added the following line to confirm if the camera usage is granted before placing a video call. AVCaptureDevice.authorizationStatus(for: AVMediaType.video) I confirmed that the sta...
Hello Oliver, Can I attach text files to this thread? I took the log but I do not see any option for it. Thanks, Hiro
Hello Olivier, thank you for your support. Here is a code that originating the video call, mCurrentCall = mServicesManager.rtcService.beginNewOutgoingCall(with: contact, withFeatures: features) as...