Questions tagged [videocall]

146 questions
1
vote
2 answers

Flutter Agora SDK Rounded Video SurfaceView

Does anyone know how to round the video corners in a video call? The container that I place them in has a border radius, but when the video starts it always shows a square container. My video render code is below: @override Widget…
1
vote
0 answers

didReceiveNewSession method of QBRTCClientDelegate is not getting invoked

I have recently started working on the P2P video calling feature using Quickblox SDK. I have been following their documentation for the video calling implementation which is vague enough for any beginner to understand. Even though I have implemented…
Saurabh
  • 745
  • 1
  • 9
  • 33
1
vote
1 answer

Quickblox Video call Session creation in iOS

I am unable to create session for a user even user logged into the account. here is my code: //Create new session let session = QBRTCClient.instance().createNewSession(withOpponents: opponentsIDs, with: conferenceType) if…
1
vote
0 answers

Setup up own STUN/TURN server or use Twilio STUN/TURN servers?

I'm developing a video/voice call app that would be published on Play Store. I've set up the app, but I need to setup STUN/TURN servers. Which solution would be more effective in terms of handling traffic and cost. Using STUN/TURN serves provided by…
Arjun
  • 1,477
  • 1
  • 13
  • 23
1
vote
0 answers

Screen sharing using Agora SDK for Android not working, shows black screen

I'm using Agora Android native sdk 3.3.0. I made a reference to this project SwitchCameraScreenShare I get a black screen/(no video frame update), when I switch the sdk video source (using mRtcEngine.setVideoSource(screenShareVideoSource)) to the…
1
vote
1 answer

Real-time translation using Alibaba Cloud

Has anyone tried using Alibaba Cloud SDKs to create a real-time video call apps? As I ask the support they said video call service is not available for international Alibaba cloud but the Chinese one does. They also mentioned that I could try making…
1
vote
1 answer

Does sip provider can control sip video quality?

I am working on a sip video call using pjsip on android. I have tried all possible way to improve video quality .but still i get same bad video quality. Does sip provider controls video quality as well ?
James
  • 318
  • 1
  • 10
1
vote
1 answer

is there a subtitling feature in Agora.io?

I have implemented video call functionality using agora sdk. I would like to know if there is a feature where i can see real time subtitling like microsoft cognitive services? or a translation feature for real time subtitling. Even if there is a lag…
Shreenath M
  • 143
  • 1
  • 2
  • 8
1
vote
1 answer

How multiple people can join the same channel so that we have two remote views and one local view in Agora Android?

I am using Agora for the video call function. I have run the sample code of agora for 1-1 video call referencing this - https://docs.agora.io/en/Video/start_call_android?platform=Android In the sample we have one local view and one remote view, this…
Sid
  • 2,792
  • 9
  • 55
  • 111
1
vote
0 answers

Ionic 5 : Webrtc remote video not displaying

import { Component, OnInit, ElementRef, ViewChild } from '@angular/core'; import { Socket } from 'ngx-socket-io'; import { ToastController } from '@ionic/angular'; import { AppointmentService } from…
1
vote
1 answer

Opentok SDK making Android and iOS devices too hot

I am using Opentok SDK for video calling in IOS and Android devices with Nodejs server. It is a group call scenario with max 4 people, when we stream for more than 10 min, both the devices getting too hot. Does anyone have solution for this? We…
1
vote
0 answers

activating video calling screen when the app is not in background

I developed a video calling app using flutter which is working on both foreground and background. I want to active the incoming call screen no matter whether is in background or is being killed. I want to make it just like whatsapp. Can anybody help…
1
vote
1 answer

Agora.io: leave all user when host user leave

I am using agora.io for video call (1 to 1 video call). But I need to all user should leave (video stream should stop, as like leave buttion click) when my host user leave. I have read all documentation but I did not found any solution. I have tried…
Kamrul
  • 21
  • 3
1
vote
0 answers

Video Chat working but no sound in call Agora.io

I am creating Video Call Activity, everything was ok until yesterday. Today I continued developing the app and noticed that there is no sound in video calls, the video calls is working but the sound is missing. I am using Agora.io SDK; The only…
1
vote
0 answers

how can I add audio and video call facility into react native messenger app like facebook messenger?

I have an messenger app like facebook where people can sent message one another. but now I want to audio and video call facility, is It possible ? if possible please help me brothers.
1 2
3
9 10