- Nov 14, 2014
-
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
Utility app to help a user find out the events that happen in a meeting.
-
Leonardo Crauss Daronco authored
The way the checksum is calculated now is more similar to the other API calls, specially setConfigXML. It uses the content type 'application/x-www-form-urlencoded' so the information in the post body doesn't have to be converted from/to js/string, preventing possible checksum errors in different programming languages.
-
- Nov 13, 2014
-
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
If a meeting has no events for too long (24 hours), remove the meeting mapping to prevent too much data from being stored forever on redis.
-
- Nov 12, 2014
-
-
Leonardo Crauss Daronco authored
It changes less than the internal meeting ID. An application can subscribe to an external ID and use the hook for several different meetings that will have the same external ID but different internal IDs.
-
Leonardo Crauss Daronco authored
Will try again a number of times for about 5min and then give up. On giving up, the hook is removed. And a few fixes for saving and loading data on redis.
-
Leonardo Crauss Daronco authored
Save hooks and meetingID mappings to redis and get them back when the application starts. Still missing a way to remove old data in case the app loses events (e.g. a hook for a specific meeting might stay on redis forever if the app lost the meeting_destroyed event).
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
It now creates and destroys hooks instead of creating and removing subscriptions.
-
Leonardo Crauss Daronco authored
Hooks can be global, to receive events from all meetings, or can receive events for a single meeting. Depends on whether the meetingID parameter is informed or not in the hooks/subscribe API call. Also improved the log messages a bit.
-
- Nov 11, 2014
-
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
-
Felipe Cecagno authored
sending the externalMeetingId from bbb-web to bbb-apps, so bbb-apps can use it on redis pubsub message meeting_created_message
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
Simple signature done initially in a way similar to how bbb-web does it.
-
Leonardo Crauss Daronco authored
Will allow only one subscription to a given callback URL. If trying to subscribe again to the same URL, will return success but with a message saying the callback URL is duplicated, very similar to the response of create when called multiple times.
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
Saving subscriptions to a local database for now.
-
Leonardo Crauss Daronco authored
To proxy API calls to the webhooks app.
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
It will receive API calls to deal with web hooks to make it independent from other components such as bbb-web.
-
Richard Alam authored
Added a SDP hack for Firefox to replace the 0.0.0.0 in the c line
-
Leonardo Crauss Daronco authored
-
Chad Pilkey authored
-
- Nov 10, 2014
-
-
Leonardo Crauss Daronco authored
Simple queue that retries to emit the callbacks in case they fail. A lot to improve yet, but the basic is working.
-
Leonardo Crauss Daronco authored
-
Leonardo Crauss Daronco authored
First step toward allowing callbacks to be called for all meetings in a server, not for only a single meeting. Will need to change the way data is stored on redis to improve the webhooks app, but it already works the way it is now.
-
Leonardo Crauss Daronco authored
Started using coffee-script, updated the libraries, and now it subscribes to all channels under 'bigbluebutton:*' so we can receive all events that happened and select the ones we want.
-
- Nov 07, 2014
-
-
Richard Alam authored
Changed the wording of the webrtc messages to make them easier to understand
-
Chad Pilkey authored
-
- Nov 06, 2014
-
-
Richard Alam authored
Update to ICE handling
-
Chad Pilkey authored
added a check to make sure that ICE negotiation has finished before showing that the call has been accepted in the UI
-
- Nov 05, 2014
-
-
Richard Alam authored
-
Richard Alam authored
-
- Oct 30, 2014
-
-
Richard Alam authored
Stop the webrtc timeout timer when 'connecting' is received
-
Chad Pilkey authored
-
- Oct 29, 2014
-
-
Richard Alam authored
added an additional fail case for the WebRTC audio
-