Hi,
AFAIK, currently we do not have JS api's to affect volume. However you
should be able to mute audio/video streams. For that you need to set
localStream.track.enabled to false to mute the audio/video track. Just
call stream.stop() api if you want to stop the camera. FYI, we are in
process of adding mute functionality to apprtc demo also, see issue
917 on the tracker.
/Vikas
On Oct 9, 7:13 pm, Lipei <zjuli...@gmail.com> wrote:
> Hi.
> When the communication is established,how to control the micphone and
> camera.
> For example,I want to make my voice louder or mute it , and I want to close
> the camera.
> Is there any available API?
> Thanks
> Lipei