Questions tagged [videocall]

146 questions
0
votes
1 answer

Video call automatically end exactly in 60 minutes when using agora call

I have the issue is when I create a call between 2 devices, at the 60 minutes of that call the app will crash. I'm following the docs agora videos call but can't find any solution for this.
0
votes
0 answers

How can i Face Detection during video call in android or flutter?

I Have used the already Firebase ML kit but its working fine on an capture images or live device camera BUT how will this work During the video call.(we used Twilio video calling SDK in my application) is anyone can give me some suggestions ? thank…
0
votes
1 answer

Get event of phone call receive and ending while vonage opentok video call is on going?

I am working on vonage opentok video call functionality. I want to get an event of native phone call received and ending while video call is ongoing. please let me know if you found anything regarding that it will really helpful for me. Note: I have…
0
votes
2 answers

Agora cloud recording custom layout not working

Agora is not capturing the video stream in custom layout when uid passed. It skip that stream in which uid is passed. here is the sample layout for three video stream I am using, it only capture two video stream in which uid is not present. The uid…
Shyam Narayan
  • 1,009
  • 2
  • 14
  • 28
0
votes
1 answer

noise and echo in QuickBlox VideoChat in Angular

I have develop the videochat in Angular. I can refer Javascript SDK Sample. The sample is working fine. But when i developing the example in angular I get a lot of noise and echo in addiction to the audio/video delay. Why is that so? And Also Same…
0
votes
1 answer

Adding video call component in react js

I am new to react js. I want to know how to implement Callkit in an already built reactjs app. Everything is done I just need to apply a module for a video call using agora.io. On button click Incoming video call show on second end user's screen…
0
votes
1 answer

Agora SDK : Can we add new member in ongoing 1-1 call?

We are building calling app in Android using Agora SDK. We checked this samples : https://github.com/AgoraIO/Basic-Video-Call in our app, 2 users can do video call. We are using this sample :…
Hardik Joshi
  • 9,477
  • 12
  • 61
  • 113
0
votes
1 answer

How to ask user to join channel to start a call using Agora.io

I'm using Agora.io in my react native project for video calling and I want to know when I will call tom someone and I'll join the channel but how can I' show incoming call UI in-app on the receiver mobile. So that he can also join the channel to…
Zaid Qureshi
  • 155
  • 3
  • 12
0
votes
1 answer

Mesibo Javascript messenger Integration for one to one and group video call

I have integrated Javascript Messenger & Popup https://github.com/mesibo/messenger-javascript/ I want use messenger for more than one user like Javascript Messenger where we can video call with multiple user (one-to-one or group call) For that I…
conrad
  • 51
  • 8
0
votes
1 answer

AgoraKit - How to create a grid style video session layout?

I'm using Agora sdk for video calling feature in my app. I've tried the advance iOS example, and currently able to see the video call between two users. However my UI needs to show it in grid layout of same size items (maximum 8 video call views)...…
Raj D
  • 205
  • 3
  • 16
0
votes
1 answer

Mute video stream from ApiRTC in Ionic 5

I am looking for ways to do Audio call only in ApiRTC but cannot seem to do it right as the streams keep on appearing. Hoping someone could assist. Thanks in advance. Below is my code startVoiceCall() { //apiRTC.setLogLevel(10); …
Calvin Seng
  • 193
  • 1
  • 19
0
votes
1 answer

How can I implement the video recording feature on Agora in a Vuejs project?

I am building a project using Vuejs (frontend) and Django (backend) in which I have integrated Agora-Web-SDK-NG for video calls. Now, I want to add a feature of video recording and recordings will be stored in the cloud. I have researched a lot but…
Neha Soni
  • 3,935
  • 2
  • 10
  • 32
0
votes
1 answer

Full-screen videocall interface with iOS14

with iOS14 CallKit shows a compact call interface. But in my app, I would like to keep the call with the usual full-screen interface. Is there a way to set the option programmatically? Thanks.
Anna565
  • 735
  • 2
  • 10
  • 21
0
votes
1 answer

flutter: Unhandled Exception: Unable to RTCPeerConnection::createAnswer: Error (null)

Guys I quite not understand this exception, anyone encountered this before ? Libraries I use: dependencies: flutter: sdk: flutter flutter_webrtc: ^0.2.8 toast: ^0.1.5 web_socket_channel: ^1.1.0 random_string: ^1.1.0 …
钟智强
  • 459
  • 6
  • 17
0
votes
0 answers

Audio and video conferencing call in Xamarin Forms

I'm looking at how to do Audio and video conferencing call between Xamarin Forms (IOS and Android) to MVC Web and Windows Application using Free Library like WebRTC or creating own Custom Conferenc Server using free open source only. Sorry to…
Dave Kapildev
  • 471
  • 1
  • 7
  • 18