openvidu-tutorials icon indicating copy to clipboard operation
openvidu-tutorials copied to clipboard

OpenVidu tutorials to get started

Results 26 openvidu-tutorials issues
Sort by recently updated
recently updated
newest added

The openvidu-ipcamera project has been executed by showing docs, but only loading emoticons have been shown Below is the docker server and the project log Docker openvidu ![image](https://user-images.githubusercontent.com/49522093/182979928-05e11792-c94a-4919-9d74-293063fa01bf.png) ![image](https://user-images.githubusercontent.com/49522093/182979976-fb443f61-9408-498a-b59c-3bf5c683a1a1.png) ![image](https://user-images.githubusercontent.com/49522093/182979940-3080bd19-9c36-4057-b432-c77fdb2319f6.png)...

Describe the bug I used the open vidu call demo. I accessed the open vidu demo room with my iPhone 12 Mini Safari browser, and then the same room with...

- Copied project openvidu-android to openvidu-androidx - Replaced Butterknife with viewBinding build feature - Refactored SessionActivity - Updated manifest by moving all uses-permissions elements before application and added fullBackupContent to...

> `Error: node_modules/@angular/material/badge/badge.d.ts:22:22 - error TS2420: Class 'MatBadge' incorrectly implements interface 'CanDisable'. > Property 'disabled' is missing in type 'MatBadge' but required in type 'CanDisable'. > > 22 export declare...

When creating data channel, it goes to closing and then closed state. Connecting, connected state is never logged. ` setupDataChannel(localPeerConnection); MediaConstraints sdpConstraints = new MediaConstraints(); sdpConstraints.mandatory.add(new MediaConstraints.KeyValuePair("offerToReceiveAudio", "true")); sdpConstraints.mandatory.add(new MediaConstraints.KeyValuePair("offerToReceiveVideo",...

Getting lots of the below log lines from webrtc when a call is ended. Looks like something isnt being tidied up as it should be 2021-10-28 17:17:16.022 23656-24679/XXXXX I/org.webrtc.Logging: EglRenderer:...

Openvidu version 2.19.0 throwing error when activating the Faceoverlay example. Works ok with 2.16.0. Error in the server logs: `[ERROR] 2021-08-01 08:22:32,985 [SessionHandler-ecgihfei124i3dkkk0r4tbt0nm-e4-t0] org.kurento.jsonrpc.internal.JsonRpcHandlerManager - Exception while processing request {"id":20,"method":"applyFilter","params":{"streamId":"str_CAM_PKze_con_MOh3XwDq1r","type":"FaceOverlayFilter","options":"{}"},"jsonrpc":"2.0"}...

Hello OpenVidu, I see OpenVidu supports Camera and Camera2 APIs integration in Sample source code, may I ask if OpenVidu supports USB Camera on Android platform? I'd like to connect...

Are there any chances that a tutorial for integration with Unity will be made? Either through Microsoft MixedReality-WebRTC or Unity's own new WebRTC package. I had been stuck with an...