Questions tagged [openvidu]

40 questions
0
votes
1 answer

Switching microphone device on MediaStream causes echo of own voice

Im building an Angular app which allows 2 users to video call each other using Openvidu calling solution. Within this app I developed a feature of changing the camera or microphone which you are actively using on the call. Once selecting the new…
richardrobu
  • 143
  • 15
0
votes
1 answer

Share wikitude AR using openvidu

I'm working on a video conference app using openvidu. We are trying to include wikitude AR session in the call. The problem is that both of them requires access to the camera so I have the next scenario: if I instantiate the local participant video…
vnapastiuk
  • 609
  • 7
  • 12
0
votes
0 answers

Camera in MacBook after a few seconds of video conference using openvidu will be freeze

I create a video conferencing web application and I have a problem with the last update of mac OS (Big Sur v11) When I connected to the conference everything was okay but after a while, maybe 10 seconds camera stopped and in the browser URL field,…
0
votes
1 answer

cant get token from openvidu-server with flask, SSLError appears

class GetTokenApi(Resource): def get(self): openvidu = OpenVidu('https://localhost:4443/', 'MY_SECRET') session = openvidu.create_session() token = session.generate_token() return…
0
votes
1 answer

Openvidu - Set videocall audio to speaker Android

I followed the android tutorial project to implement openvidu in my app but when i start the call sound comes out from the earpiece (like during a call) and not from the speaker. Home can I fix It?
dverrastro
  • 23
  • 7
0
votes
2 answers

Live stream HTML5 video draw-to-canvas not working

I use ReactJS to display a live stream (from my webcam) using the HTML5 video element. The OpenVidu media server handles the backend. I would like to use the canvas element to draw the video live stream onto the canvas using the drawImage() method.…
0
votes
1 answer

Create Only Audio Calling Using OpenVidu

I want only audio calling without using webcam. But the following code only work with camera permission.When I removed camera permission then it's not called streamCreated event. const publisher: Publisher = this.OV.initPublisher(undefined, { …
Prashant Jangid
  • 135
  • 1
  • 1
  • 11
0
votes
1 answer

OpenVidu Publisher Sound from Ear Speaker

I use openvidu in my app. When I subscribe to a publisher video, publisher's sound comes out from the earpiece (like during a call). How can I set output source to speaker?
0
votes
2 answers

openVidu - connectionDestroyed / sessionDisconnected event doesn't trigger when websocket connection lost because of network problem

Publisher doesn't notify when connection is destroyed or diconnected. In Openvidu docs, they suggest connectionDestroyed & sessionDisconnected event but it doesn't trigger anymore. How can i solve this issue ? From publisher side i need to inform…
Robin
  • 4,902
  • 2
  • 27
  • 43
0
votes
1 answer

openvidu video group-conference getting error of requested token gone wrng

hie actually I'm kind of a newbie to the openvidu streaming. I'm following the openvidu official website to get the working of the project. I'm not pretty sure where I'm making mistake but getting an alert of the certificate. please help me to come…
1 2
3