Questions tagged [videocall]
146 questions
2
votes
0 answers
How to drag org.webrtc.SurfaceViewRenderer android?
This is layout of videocall in my app. I use webrtc library.
https://i.stack.imgur.com/akK7p.jpg
I want to drag SurfaceViewRenderer which on right&top to any where in screen device.So how can I do that? Thanks.

Nguyễn Thành Duy
- 69
- 1
- 7
2
votes
0 answers
Failed to set remote candidates :-( (added 1, expected 2)
when try to check video call sessions created successfully but there no video stream happens in janus gateway webrtc
Creating new session: 7295874067549813; 0x7fec98004230
Creating new handle in session 7295874067549813: 2264190151434116;…

Shihabudheen K M
- 1,347
- 1
- 13
- 19
1
vote
0 answers
Flutter webRTC video/audio calls terminates on back button tap
I have used [flutter_webrtc][1] for video and audio calls in my application. I have implemented it successfully. And everything is going well but in one case I am facing a problem with one functionality like WhatsApp.
For ex:
If 2 people making a…

Sagar R Anghan
- 220
- 1
- 10
1
vote
1 answer
How to improve quality video for pjsua2 (pjsip) for android
when working with video calls in android pjsua2 encountered the fact that the video is not rendered and pixels appear when the frame is changed
How to fix this problem. I am using this code to assign parameters to a codec.
codecParam.setEncFmt(
…

azizconi1
- 31
- 6
1
vote
1 answer
I'm making a video call application using the Zegocloud sdk, but an error occurs when I run it
FAILURE: Build completed with 2 failures.
1: Task failed with an exception.
What went wrong:
Execution failed for task ':app:checkDebugAarMetadata'.
Could not resolve all files for configuration ':app:debugRuntimeClasspath'.
Failed to transform…

N E T R S
- 11
- 1
1
vote
1 answer
Flutter WebRTC Audio Issue in iOS
Flutter WebRTC video call voice is not hearing in iPhone speaker
Getting UnimplementedError when I use _localStream.getAudioTracks()[0].enableSpeakerphone(true);
I have using flutter_webrtc: ^0.9.24 package for video call. it's working fine in…

Ranjith Jith
- 21
- 1
- 5
1
vote
1 answer
How to implement Agora Audio call in Flutter?
I am new to Flutter and I want to implement 1/1 call functionality for my users. What is the best way to make calls and send call invitation.
I watched a tutorial on YouTube about WhatsApp clone that used Heroku as server. But since Heroku is no…

Mohammad Amini
- 15
- 5
1
vote
0 answers
Show active speaker in the another div (agora web SDK)
I am using agora web SDK, and I want to show the active speaker in the center of the screen(like the google meet sidebar feature). How can I do that?
I tried to replace the HTML using jQuery to center the div, but it's not rendering the video.

Tushar Khanna
- 11
- 3
1
vote
2 answers
Video Calling in Expo React Native Application
I am building a React Native Application using Expo and I want to integrate a 1:1 video calling functionality in the app.
From what I have researched so far on the topic is that I can use SDKs of various libraries like Twilio, Videosdk, VoxImplant…

Shiv
- 13
- 6
1
vote
0 answers
flutter - jitse_meet plugin video call functionality not working in release mode , app crashed when start video call
I added all the configuration that need for the jitsi_meet sdk . It will working in the debug mode but when I tr to run in the relase mode it will crash the app.
this is function that I used to start video call
makeCall() async {
…

yash oza
- 11
- 3
1
vote
1 answer
Twilio 'twilio-video-app-android' github app Video Calling app crashes on joining a room
I am new to twilio and i am developing a andorid app for video calling i have started with the twilio 'twilio-video-app-android' from github
But app crashes when i click on join room with an exception
"boolean…

waqar saeed
- 39
- 4
1
vote
1 answer
CallKit and proximity sensor with video call blacking out screen
I'm trying to implement a video chatting app using CallKit. The problem I'm running into is even when it's a video call, the proximity sensor is still triggering the blacking out of the screen. It was my assumption that this wouldn't be the case…

Nick Bolton
- 11
- 2
1
vote
1 answer
Is there a way to run a video/audio call in the background using the Flutter Twilio Programmable Video plugin?
I'm creating a Flutter app and I want to integrate audio/video call functionality using the Flutter twilio_programmable_video package. I want to be able to move the call process to the background so I can navigate through the app whilst still on the…

Ifeanyi Agu
- 11
- 1
1
vote
1 answer
How to detect if peer leaves video call in Flutter using Agora
I have two apps are built in Flutter, Doctor app and Patient app, a Doctor establishes a video call with Patient using Agora RTC Engine (peer-to-peer)..
I'm wondering if there is a way (from front-end) to detect when the other peer has left the call…

Osama Remlawi
- 2,356
- 20
- 21
1
vote
0 answers
Invariant Violation: View config getter callback for component `RTCVideoView` must be a function (received `undefined`)
I am trying to use react-native-web-rtc in project.
I have done all the setup for ios and i am getting this error
Invariant Violation: View config getter callback for component `RTCVideoView` must be a function (received `undefined`).
This error is…

Pankaj Vaghela
- 53
- 7