Questions tagged [conferencing]
19 questions
7
votes
2 answers
Online audio/video conference system in html5
I'm trying to figure out if HTMl5 is suited for the client part of an online conference system.
The client must be capable to:
1. display live video provided by the server, using the video tag.
2. Similar for the live audio, using audio tag.
3.…

confsys
- 71
- 1
- 1
- 3
6
votes
1 answer
Twilio how to make two outbound calls and join(conference) them using node js
I have to make two outbound calls to two random mobile numbers and join both of them in conference using node.js. Is there a way to make it possible using twilio and node.js.

user3172208
- 91
- 1
- 5
2
votes
1 answer
Unable to implement third-party Google Calendar Conferencing Add-on
I'm working on the Google Calendar conferencing add-ons implementation and found some problems. I follow the documentation to execute the sample code, but it does not work as expected.
From my point of view, my manifest file is complete, but when I…

Gustavo Valensuela
- 21
- 4
2
votes
2 answers
Open source web conferencing system using java / JMF
Is there any Open source web conferencing solutions in Java, which could support features like a shared whiteboard, presentations, audio, video, Record / play back presentations etc? I am looking at some thing like WebEx, but also have a whiteboard…

Gireesh
- 71
- 3
2
votes
1 answer
Asterisk ConfBridge sharing Channel Variables in dialplan
Am trying to create an inbound calling application where in a caller calls Asterisk , the caller channel identifies an extension to dial from an DB , then Asterisk originates a call to that extension and which inturn creates a conference and the…

Vineeth
- 41
- 5
1
vote
2 answers
Implementing Co-Browsing
I need more information or ideas as to how to implement co-browsing.
Here are few of the links I went…

newbie
- 227
- 3
- 7
- 18
1
vote
2 answers
How to 'mute' using Voxeet?
I'm trying to get the Voxeet API up and running in the browser.
Their basic example works well, but now I would like to add a mute/unmute button.
I do not understand where and how to use the unmute/mute code, such that the participant objects(?) are…

MastaBaba
- 1,085
- 1
- 12
- 29
1
vote
1 answer
General question about DirectShow.NET, DirectShow and Windows Media Format
I searched and googled for an answer but couldn't find one.
Basically I'm developing a webcam/audio streaming application which should capture audio and video from a pc (usb webcam/microphone) and send them to a receiving server. What the server…

Paul Andrews
- 125
- 1
- 7
1
vote
1 answer
Adding a Phone number in conference
So I'm trying to use Sinch API for making a calling application.
I'm using this to make a conference call, but the call is only made to first person and plays the message that "You are the only person in this conference" and hangs up after a…

Waqar Khan
- 468
- 4
- 18
1
vote
1 answer
Error while doing conferencing in Twilio
I am developing an application for doing voice calls via Twilio API
But it disconnects after first call.
Here is my code:
my…

Maveňツ
- 1
- 12
- 50
- 89
1
vote
2 answers
Is it possible in Silverlight to stream a live video screencast of the desktop?
I would like to develop a web conferencing system (or web classroom) as a graduation project using Silverlight similar to
iVocalize
which is a java applete .
I don't know if what is possible for a java applete to perform on the PC is also possible…

bahith
- 441
- 10
- 18
1
vote
0 answers
Android SIP Library with RFC 4353 Support
I've been looking at various SIP libraries for Android including the built-in SIP library, PJSIP, MJSIP, doubango, etc. but I haven't been able to find any with RFC 4353 support.
Is anyone aware of a SIP client library that would allow me to create…

Eric Petroelje
- 59,820
- 9
- 127
- 177
1
vote
1 answer
How do I change the name of the database in Apache OpenMeetings 2.1.0?
How do I change the name of the database in Apache OpenMeetings 2.1.0?
Which parts of the persistence.xml do I change, or do I have to edit some other files too?
I want to change the name of the mysql database from 'openmeetings' to something else,…

Sworup Shakya
- 1,328
- 3
- 16
- 44
0
votes
2 answers
develop Webconference using an existing open source or from scratch
I'm developing a web conference application . Is is for the best of time and performance to use an existing open source webconference and ad some fonctionnalities or start it from scratch ?
Thanks in advance

JaX
- 177
- 12
0
votes
1 answer
Twilio: Create two outgoing calls and join the conference using Python
I am trying to create a conferencing app with max 2 speakers using Twilio using Python/Django. However, in the docs I found out that you can do this by having inbound calls. but, my business model doesnt work like that. Is there a way for this to…

Leonid
- 340
- 1
- 3
- 16