Questions tagged [videocall]
146 questions
0
votes
1 answer
How to make a Call Invitation when app is killed in Android?
I am using Agora sdk to integrate Video Call functionality. I have successfully integrate Call Invitation part where other user can accept or reject their call. But this invitation only works when the app is running. How do I make it work when app…

user12692788
- 39
- 3
0
votes
2 answers
React native agora remote user video not showing in iOS when call answered from application not running state
I have implemented the agora in my react native application by following the library documentation and also referred to this link.
I am able to see remote user video and local video in the application when it is running in the foreground state.
The…

MCoder
- 3
- 1
0
votes
1 answer
Reactnative Signalwire application unable to establish Ice server peer connection
I am trying to implement Signalwire calling in a react-native app. I am facing issue in connecting ice servers. Sometimes it connects and calling between two persons get successful. But most of the time it throws error
"Cannot set properties of…

Saira Nawaz
- 710
- 2
- 10
- 24
0
votes
0 answers
Twilio ios Video Call issue
I have created a video call using Twilio JS 2.x Version. And using this in my both mobile app Android & iOS. On Android it is working perfectly.
But on iOS, there is an issue, when users reach the video call page, it's showing preview but as the…

Valarmathi Visu
- 1
- 2
0
votes
1 answer
Multiple user Video Call using WebRTC SDK Directly
Hi I am working on a Video Call Solution by using WebRTC directly. I have achieved 1-1 video call using firebase as Signaling service and using default google ICE Servers.
Core Req: Multiple users with in a Room using WebRTC at least 4 users using…

Jatin Garg
- 306
- 1
- 2
- 16
0
votes
1 answer
apirtc, Receive calls in the background or minimized the app
How to receive calls when the app is in background or quit state?
They are two different states of the app, background and completely closed.
or because example:
"How to receive calls with apiRTC as does WhatsApp?"
I am implementing ApiRTC JS SDK

Ian
- 1
- 1
0
votes
0 answers
WebRTC solution for direct video calls with JS
I am searching for a WebRTC video call solution for Javascript, which allows direct calling between the participants and does not use rooms in between.
I checked out PeerJS, but the open issues makes me feel that it is unstable.
Now i am looking for…

dan_0
- 599
- 1
- 5
- 17
0
votes
1 answer
Flutter agora video call screen when app is closed
Can someone please share the code how to implement call screen in background with agora? I'm developing a video calling app by following the The CS Guy skype clone series on youtube. Everything is working fine when app is open. I want to show the…

Hasnain Saeed
- 81
- 6
0
votes
1 answer
Video call with peerjs socket.io nodeJS only works sometimes
I need help to set a simple video call web aplication inside a php platform. But i have several problems. I followed several tutorials to achieve that, but still i cant do it.
What i need to achieve? I need to set several video calls (even…

mhuenchul
- 43
- 1
- 10
0
votes
0 answers
I'm not able to get my view inside my CardView
Here I'm adding two different view in two different layout
For Remote Video
For Local Video
But addview for local video doesn't fit under cardview as defined in xml file
When I tried to reduce the size of remote view to half of my screen like the…

Ayush Mishra
- 34
- 1
- 5
0
votes
1 answer
Twilio Video Call issue on iOS Safari, After call start video freeze nodejs issue
I have created a video call application using Nodejs & Twilio CLI. And using this in my both mobile app Android & iOS. On Android is working perfectly. But on iOS, there is an issue, when users reach the video call page, it's showing preview but as…

Ankit Sharma
- 3
- 7
0
votes
1 answer
How to remove 'app is using camera' notification in one plus device after vonage opentok tokbox video call is disconnected or completed?
I have integrated vonage opentok tokbox video call functionality in to my app using this sdk code https://github.com/opentok/opentok-android-sdk-samples/tree/main/Basic-Video-Chat . I have also used session.disconnect() method to disconnect call…

Arjun Mehta
- 100
- 1
- 8
0
votes
1 answer
How to show user status (offline, online) in agora during a video call in android
I just want to know the method in agora I can use to get the status when user is online or offline during a video call.
I am using onUseroffline() method but i can't get status when user is online.

Janmejay Singh
- 1
- 1
0
votes
1 answer
Twilio Recording Video
I'm developing a system using VideoCall and Recordings. I want to show recordings in my web page, i got url recording like this
https://video.twilio.com/v1/Recordings/RTXXXXXXXXXXXXXXXXXX
But when i load it. it show a form to fill…

thanhdo
- 3
- 2
0
votes
1 answer
Use live media stream as participant voice instead of getUserMedia: Twilio Video
I want to add a hidden participant in a group video call to play song stream as participant's voice(without video), with some control like whenever we want to stop or start, we can. I'm trying to pass media stream from a URL as tracks while making a…