Questions tagged [video-conferencing]

Questions related to video conferencing. Video conferencing uses audio and video telecommunications to bring people at different sites together. This can be as simple as a conversation between people in private offices (point-to-point) or involve several (multi-point) sites in large rooms at multiple locations.

Videoconferencing uses audio and video telecommunications to bring people at different sites together. This can be as simple as a conversation between people in private offices (point-to-point) or involve several (multi-point) sites in large rooms at multiple locations.

More details at http://en.wikipedia.org/wiki/Videoconferencing

208 questions
0
votes
1 answer

How can we create a Twilio Video Room that doesn’t get destroyed within 5 minutes of creation if participants do not join?

My use case involves creation of a peer-peer room using the Twilio Video REST API. I understand from the documentation that the room gets auto destroyed if no participant enters the room within 5mins of the room creation. This is becoming a bit…
0
votes
1 answer

How to run only some commands in a Windows batch file as admin?

Via email, I'm helping someone else set up Windows 7 firewall rules to prevent the Zoom video conferencing client from possibly accessing the internet unless it is explicitly launched by the user. (No current evidence that Zoom does this, but with…
0
votes
0 answers

How to record local and remote streams in a video conference using WebRTC - Laravel?

I am currently on a Laravel project that can 1:1 or 1:8 video & chatting. The video conferencing is works perfectly using WebRTC, now I want to record the audio only of the entire conference. I tried MediaStreamRecorder but it only record the local…
0
votes
1 answer

apirtc - Leave or Stop a conversation

In my angular 7 application I have an option to have conference video call. I have used apirtc to create conference call. I have used a button named 'Join Conference' using which any user can join the conference on clicking it. The joined users…
user3211705
  • 2,418
  • 3
  • 19
  • 36
0
votes
0 answers

Jitsi-Meet SDK - Get alert of push for incoming call React Native

I have implemented jitsi-meet video call successfully in my React Native app using react-native-jitsi-meet SDK. Both the user can join a call successfully with same URL. Now here, I want to get alert when user A start a call, user B should get alert…
AndiM
  • 2,196
  • 2
  • 21
  • 38
0
votes
1 answer

Blackmagic device and WebRTC are not compatible

I can not use an external camera connected via BlackMagic in WebRTC. I tried it in my source code, web versions of Google Hangout, appear.in (whereby.com), etc in Chrome, Firefox, Safari. Anything worked. Any idea how I can make it work at least for…
0
votes
1 answer

Voxeet sample app started but visiting https://localhost:8080 shows an error

I've signed up voxeet and got my consumer key for trials. And I added consumerKey and consumerSecret key to my VoxeetConference.js and started yarn: $ yarn start yarn run v1.19.0 $ webpack-dev-server -d --hot --inline --content-base Project is…
glinda93
  • 7,659
  • 5
  • 40
  • 78
0
votes
1 answer

Vidyo.io call recording issue

I'm developing a web application integrating Vidyo and I need to record video calls. I followed the documentation guide and installed a Media Bridge Docker image in my server. I don't face problems on connecting with the media bridge, but…
heliosophist
  • 223
  • 1
  • 2
  • 5
0
votes
0 answers

Dynamically addTrack to offerer from answerer onnegotiationneeded in webrtc

Is there anyway to notify offerer that non-existing track before just added to get the new stream from the answerer from the code below? For my current issue now here is that the offerer can add new non-existing track and onnegotiationneeded will…
General Omosco
  • 606
  • 1
  • 10
  • 20
0
votes
1 answer

The zoom sdk for video conferencing integrated properly but the top layout which contains camera, audio button is missing

I have downloaded the sample app from here “https://github.com/zoom/zoom-sdk-android” and and I am referring “example2: An Android app that shows how to join meeting without any login credentials.” its working fine but when I am trying to integrate…
0
votes
1 answer

Which type of machine adopt of KMS instance from AWS for 500 to 500 (many to many) video conference

I have a situation that is many to many (500 to 500) video conference with audio or screen sharing. so i want to know that in this situation which machine is suitable of amazon web service(AWS) for kurento media server.
0
votes
1 answer

Integrate live customer support with video/webcam on website

My organization normally provides customer support over e-mail and over the phone, but in particularly tricky situations we find we need to have an approximation of face-to-face communication. We're trying to find or build a software solution that…
nioq
  • 3,215
  • 1
  • 23
  • 18
0
votes
0 answers

How to detect user's connection speed using angular 2 and set quality to twilio video call

I am trying to set default video quality for video like this (from the example) : createLocalTracks({ audio: true, video: { width: 640 } }).then(localTracks => { return connect('$TOKEN', { name: 'my-room-name', tracks: localTracks …
0
votes
0 answers

Video chat can't send large sizes

I am trying to code a kind of video chat room, like video conference call. I'm trying to do this with UDP, so that I won't have much lags. However, I can't send large enough sizes, even though I'm using all pickle, json and struct to make the size…
idkidkidk
  • 159
  • 1
  • 1
  • 7
0
votes
1 answer

Best way to implement two-way web video conferencing feature?

I want to develop a website that provides two-way web video conferencing feature? The video delay should not be more than 1 second on a 56-kbps internet connection. I just know the name of JMF (Java Media Framework). Q1. What are the other APIs that…
Amit
  • 33,847
  • 91
  • 226
  • 299