WebRTCapp icon indicating copy to clipboard operation
WebRTCapp copied to clipboard

This Android app aims to be a small video conference app created using mainly WebRTC technology. With it, you can make calls though a web socket connection

Results 10 WebRTCapp issues
Sort by recently updated
recently updated
newest added

Hi, I am facing connection with Android app I am getting the view of my video one side only other side I am unable getting. below I attached the snapshot...

No implementation found for void org.webrtc.PeerConnectionFactory.initializeAndroidGlobals(android.content.Context, boolean) (tried Java_org_webrtc_PeerConnectionFactory_initializeAndroidGlobals and Java_org_webrtc_PeerConnectionFactory_initializeAndroidGlobals__Landroid_content_Context_2Z) As soon as I run it, I will report the above error. What should I do to solve it?

I have set up the openvidu server locally in windows. I followed the all steps and I found the wss link at my command prompt. I put that link into...

OpenVidu supports screensharing by sending screen as videostream is it possible to add this ? can you point me in the right direction?

I have Coturn Server and Openvidu server in Public network,but my client in private network,what's should I do?How do I configure coturn server on the client side?

hello,I don't want to use your “stun:stun.l.google.com:19302”,I have a myself coturn,What should I do?

I not found assets folder and server.key in you project.I create a assets folder in main folder

I want Android and web real-time video, but no matter which side has not received the other party's video.server.key in assets,Does the server.key need to be configured in the project?where...

How to build my openvidu server(which openvidu sample?) to replace the address "https://demos.openvidu.io/basic-videoconference/"? Thanks.