Hello Team,
We have a use case where a large number of users are involved in a conference. Considering the cost, we are planning to limit the video for a single person and all the other users are able to communicate via audio. This is working fine by passing videoSource: null to PublisherProperties. The questions are,
1. Does this approach help me to reduce the bandwidth?
2. Is there a way to specify audio bitrate on PublisherProperties.
3. Even though the stream has only audio, I am passing it to the video player. Is there a way to use an audio player in this case?
Thanks in advance.