Questions tagged [videocall]

146 questions
12
votes
2 answers

How to add Picture in Picture (PIP) for WebRTC Video Calls in iOS Swift

We have used the following steps of integrating PIP (Picture in Picture) for WebRTC Video Call: We are enabling mode of Audio, Airplay, and Picture in Picture capability in our project. We have added an Entitlement file with Accessing the Camera…
Rajan Patel
  • 191
  • 1
  • 13
4
votes
1 answer

Real time voice transcription using Dart

I have problem with real-time voice transcription. In my application people can make a video call each other according to their language choice, I want to show subtitles of conversations in real time to users. I used Agora SDK for video call…
Omer Ciftci
  • 917
  • 1
  • 9
  • 16
3
votes
1 answer

Ending the vidyo io video call by server side or other ways

we are using vidyo.io in our android app where two users are connecting to the vidyo io video call from two android devices using the same our app. we used vidyo.io android sdk in our android app. There are two buttons in the app, one is for ending…
developer
  • 31
  • 5
3
votes
1 answer

How to integrate google meet in android studio

I am not getting any referance to add google meet in my android app for schedule meetings through app like zoom provided its sdk's
Vaibhav Pallod
  • 466
  • 7
  • 21
3
votes
0 answers

Agora's Video call black screen

I do every thing in this repository but the code did not work with me and the camera appear black any one can help me ? (https://github.com/digitallysavvy/android-video-chat-demo) this is the output https://ibb.co/ZmgnBRB this is logcat 05-23…
2
votes
1 answer

Integrating CallKit & PushKit to AgoraIO VideoCall - Swift 5

I can make video calls by using AgoraRtcKit but i cannot send a notification when one device is calling the other. I have done all the certificates and backgroundmodes things. Here is the viewcontroller's code. And also i have tried this: Question I…
2
votes
1 answer

Flutter - Agora remote video not shown on Android

Remote video always shown as white screen and cannot see the remote video even though the event listener was working (i.e. can see which user joined). I am using the latest version of agora_rtc_engine: ^6.0.0. It works if i just use the agora ui…
kean
  • 41
  • 1
2
votes
0 answers

React Native support PiP (Picture-in-Picture) mode for video calling app

I need to add PiP(Picture in Picture) mode to a react native app (both Android and iOS). Some video calling apps such as Google Meet, etc are already support PiP mode, and I want to make the app like this. I'm using react-native-webrtc library for…
Max Wang
  • 247
  • 3
  • 16
2
votes
1 answer

Switch Audio Between Speaker, Built in mic, Bluetooth or No Audio

I am working on a Video/Audio Call App where i need to provide four options related to the Audio Output: Speaker, Built in mic, Any BLE Device supporting audio, No Audio output Below functions i have used: static func setBuiltInMic() { let…
Jatin Garg
  • 306
  • 1
  • 2
  • 16
2
votes
3 answers

How to create Video call function in flutter app

I want to create video call function in my app.Can you suggest some ideas for video call function in flutter app?
Ammukrish
  • 85
  • 1
  • 8
2
votes
2 answers

Differentiate between screen share track and camera track in a normal webrtc

Is there any way to differentiate between screen share track and camera track in a webrtc video call? I am able to add both video tracks(camera as well as screen share track) using proper negotiation event.But,I cannot differentiate these 2 tracks…
Kanhaiya
  • 359
  • 2
  • 11
2
votes
0 answers

Flutter Agora Video call participants Connection Problem

I have a collection of consultations where I have a doctor and patient IDs as well I have a consultation start time and end time. I am generating an agora token with buildTokenWithAccount(), token is generated Successful and stored in Firebase. But…
2
votes
0 answers

How to implement the load balancing for jitsi meet?

We have successfully install the jitsi-meet on Ubuntu Server. We followed the following link https://jitsi.org/downloads/ubuntu-debian-installations-instructions/ Now we want to Implement the load balancing technique for a large no. of users and…
user10328862
  • 155
  • 1
  • 3
  • 12
2
votes
0 answers

This.localStream is null

I'm trying to develop and application that allow to a medic and a patient be able to communicate using an Api called connectycube, the chat and video call work, the problem is with to mute sound and video. I have implemented the buttons to mute…
Alexander Ceballos
  • 750
  • 2
  • 20
  • 36
2
votes
1 answer

i cant use RTCVideoRenderer's mirror property.. How resolve this problem?

I'm making Videocall application with Flutter,WebRTC. my IDE is Android studio. I'm using RTCVideoRenderer. but I can't use renderVideo property.. I searched about RTCVideoRenderer usage. this link describes renderVideo property that can be…
Pwnnrvs
  • 21
  • 2
1
2 3
9 10