Intel® Collaboration Suite for WebRTC
Community support and discussions on the Intel® Collaboration Suite for WebRTC (Intel® CS for WebRTC).
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.

Audio only?

Det_O_
Beginner
426 Views

Hi, 

is it possible to create a native app (android + ios) that uses only audio communication?

I've been fiddling with the native apps p2p examples source code and I also had a look to the user guides but I don't see how to enable only (from start) the audio communication.

My idea is an app for only voice without requiring access to the camera. I have read about some methods to disable the video, but I would like to start wihout requiring camera permissions from the start.

is this possible with these client SDKs?

Thanks.

0 Kudos
2 Replies
Chunbo_H_Intel1
Employee
426 Views

Yes, sure. You can disable the video track when you use the API to create the local stream before publishing it.

Thanks!

dayinfinite
Novice
417 Views

But there is only audio stream, it will fail when merging

Reply