Camera permission

Hi guys , is it possible to avoid camera permission when call is connecting , and to request prompt for camera ( local video ) in the middle of the call? Does Sendbird api call by self prompt for camera if call object include property videoEnabled=true?
The case is that we want to have a video call , but only to request camera permission if we press on button to show local video ( and this can happen in the middle of the call ) , hope I was clear :slight_smile: , any suggestion , idea , hint are welcome …thanks

Hi @Marko_Andjelkovic ,

We provide the SendBirdCall.useMedia() method in order to grant permission to access media devices.