Hi,
I’m currently using react-sip to make and receive SIP calls. By default, it seems that video is always requested, which makes it mandatory to allow camera access even if I only want to handle audio calls.
I’d like to know:
Is there a way to configure react-sip to handle audio-only calls?
If not, would it be possible to add a feature or option to disable video entirely?
I could not find any information about this in the documentation.
Thanks in advance for your help!