When my iOS app receives an incoming call and that call is answered, the audio stays only on the device speaker and not on the loud (hands free) speaker. That is, I need to hold the device up to my...
When my app is inactive or has been killed and an incoming call is received, the native CallKit UI is displayed as expected. When I answer the call, the app is opened by the iOS operating system bu...
I'm using the C# SDK to create rainbow users from my web app. I am logging in to Rainbow as an admin user after setting the App ID, app secret and hostname (sandbox). This is successful and then I ...
Hi, I was previously using the remoteVideoStream method of RTCService to get/render the remote video stream of a video call. Since upgrading the SDK, I have replaced this with the remoteVideoTrack...
I was previously using version 1.75.0 of the iOS SDK without any issues and am in the process of upgrading to the latest version (1.84.0). I am doing an incremental upgrade (as there have been seve...
We've developed an iOS app using the Rainbow iOS SDK. It successfully receives notifications for incoming voice/video calls even when the app is in the background. But, if the app is not open/activ...
I'm developing an iOS app and am currently logging users in to the Rainbow Cloud using their username and password (will move to token authentication later on in the development cycle). The iOS SDK...
I have an iOS chat app where I retrieve the latest X messages from a given Conversation using the messages browser. I am now trying to retrieve the next page of X messages from the message browser ...