Is it possible to make a complete call from a WebRTC client to a telephone (via PBX on land)? I have tried to trigger a call using Telephony Service API. But it seems it is only for triggering call...
I can enable Web-side audio by the below code const audioTracks = stream.getAudioTracks();console.log('Got stream with constraints:', constraints);console.log('Using audio device: ' + audioTracks[0...
Can I trigger several calls using the same account at the same time? Or I have to use 3 different account to call 3 calls if I need to trigger it at the same time?
How can I plug an encryption software into a Rainbow conversation to make it a secure conversation?