Please check the relevant section of our documentation for each SDK and you can find out how to switch cameras on a device: iOS SDK - Advanced | Video Calling | iOS SDK | QuickBloxAndroid SDK - Advanc...
Usually the issue is caused by exceeding the limit of contexts created. Creating an EGL context several times leads to this crash on the EglBase.create() method when the limit point is reached. Make s...
You need to add a button e.g. Take Screen Frame and press it when you need to take a screenshot during the video call. Pressing this button calls the example method below: private void forExampleTakeS...
Javascript If you have the implementation of your own video stream with the help of the <video/> tag, please make sure that you have disabled the audio stream from this tag. You can also apply constra...
The feature of recording audio/video calls is available for the conference calls addon for all paid plans. If you have a Conference server and would like to change a value of the link lifetime for the...
If you get the error Fatal Exception: java.lang.SecurityException: Need android.permission.BLUETOOTH_CONNECT permission or similar, please try applying solutions provided in the following thread: http...
Please check the code snippet below how to enable loudspeaker using Flutter SDK: //outputs QBRTCAudioOutputTypes.LOUDSPEAKER QBRTCAudioOutputTypes.EARSPEAKER try { await QB.webrtc.switchAudioOutput(ou...