OpenVidu / openvidu-tutorials

OpenVidu tutorials to get started
http://openvidu.io/tutorials
Apache License 2.0
228 stars 255 forks source link

Custom components and features #191

Closed list12318 closed 2 months ago

list12318 commented 2 months ago

Hello, I have a question and would like to consult with you

I just want to use your view area, and I want to implement other functions based on your API. Currently, I am using Electron+React

May I ask how to switch your audio source? I only saw the method of switching video sources in your API documentation address, https://docs.openvidu.io/en/stable/advanced-features/switch-camera/ May I ask if there is a specific method document address available?

CSantosM commented 2 months ago

You will need to unpublish and publish your new stream with the properly audioDevice https://docs.openvidu.io/en/2.30.0/cheatsheet/publish-unpublish/#publishunpublish-a-stream

BTW, use the community forum for question please