Questions tagged [webrtc-android]

151 questions
0
votes
0 answers

Duplicate symbols when linking libwebrtc.a on Android

Building WebRTC directly is somewhat painful (& rather time consuming so not ideal in paid for CI environments) so I've opted to use some excellent precompiled static libraries released on GitHub to speed things up. This has worked perfectly for all…
dbotha
  • 1,501
  • 4
  • 20
  • 38
0
votes
1 answer

We are getting this message in android store,Webrtc version is outdated for xamarin.Android app

https://support.google.com/faqs/answer/12577537 We are getting this message in android store. Fixing it is not mandatory for releasing but its a security risk. Please help,how to update webrtc version.
Mayuri
  • 121
  • 10
0
votes
0 answers

How to implement webrtc android sdk for live streaming

I want to integrate live streaming like(One host to many viewers) on my android app using webrtc android sdk but I can't get a full code to help in getting this done. During my research I found the snippet code below, I didn't know where to start.…
0
votes
0 answers

Android Webview with WebRtc - WebSocket is already in CLOSING or CLOSED state

Im injecting html and js in my web view. What im trying to do is allow support on my Android phone to connect to a local Node.js Server to send and receive Audio and Video. This is my Server.js that runs: const HTTPS_PORT = 8443; const…
redoc01
  • 2,107
  • 5
  • 32
  • 64
0
votes
0 answers

Android Video Chat - I'm Receiving a Video Chat Error But I Have My Permissions Included

I am trying to get a WebRTC video call inside of a webview to show a users video chat on Android devices with the languge being both Kotlin and Java. But when I join the video call, everyone else can see and hear me, but I cannot see and hear them,…
0
votes
0 answers

WebRTC - Echo issue in Multiple calls on android devices

I am working on an Android app that allows live chat and call functionality. I am new to WebRTC in android. I am trying to add multiple call functionality using WebRTC. I got success in connecting multiple P2P calls (Upto 6 users are easily gets…
Harita
  • 11
  • 5
0
votes
0 answers

When compiling webrtc-android m98, "arm64-v8a", "x86", "x86_64" will report errors

"arm64-v8a", "x86" and "x86_64" are all errors except "armeabi-v7a" when I compile webrtc-android m98 with the command line(The 'use custom libcxx=false' parameter is mandatory). Please help to see what the solution is! thanks! cmd: python3…
johnny xu
  • 31
  • 2
0
votes
0 answers

ICE connection of remote peers failed

I have been trying to build WebRTC between Android Pixel 6 and Chrome browser. They are under two different networks. Two peers successfully exchanged SDP files, but the ICE connection failed between them. SDP of Android Pixel v=0 o=-…
Sandor
  • 1
0
votes
0 answers

Tell me how to control microphone's volume on ChromeOS automatically

Thank you for your help. We are developing an Android application that records and analyzes the voice input from the microphone for elementary school students who are learning English. We are using the headset by pointing the voice input/output…
0
votes
0 answers

WebRTC: Connection stuck in 'connecting' state

I am trying to implement one-way video stream with WebRTC, from an Android client to a browser. I have my own working signaling server, and for ICE I connect to 2 Google's STUN servers and a public TURN server by Open Relay Project, which seem to…
0
votes
1 answer

WebRTC on Android: TURN server is working properly but couldn't connect peers with different network

I'm trying to implement WebRTC on Android for p2p communication. Then I tried to clone one of the examples from here. In that project, I noticed that he used a STUN server to create peer a connection between devices. private val iceServer = listOf( …
Naufal Rajabi
  • 334
  • 4
  • 13
0
votes
1 answer

Cannot create org.webrtc.voiceengine.WebRtcAudioManager on Android

I have a functional implementation of native (C++) WebRTC in Windows, which I'm trying to get working on every other platform now. Currently, I'm attacking Android. When I call webrtc::CreatePeerConnectionFactory, it cannot create the java class…
BuvinJ
  • 10,221
  • 5
  • 83
  • 96
0
votes
1 answer

Why the webrtc android camera stream is rotated at endpoint?

I am sending camera video from android to a janus server, but when I check from website, the video is rotated, Do you know why and How should I fix this?
0
votes
0 answers

Webrtc audio problems when initiating connecton from desktop to mobile

Iam making a web app using webrtc that allows two users to communicate with each other using both video and audio. The app uses node.js as signaling server. The app works fine when communicating between two desktops but when I try a desktop to…
Oineas
  • 1
0
votes
0 answers

Is it possible to compress webrtc codec?

I am an Android developer Is it possible to compress and modify session codecs programmed with webrtc? I'm going to publish an app for those who do not want to use a lot of internet in online meetings.