macielbombonato / bigbluebutton

Automatically exported from code.google.com/p/bigbluebutton
0 stars 0 forks source link

API call to inject messages into the chat window #905

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Add an API call to inject messages into the chat window.

This would enable tighter integration, such as enabling a 3rd party application 
to notify users that the meeting is about it end.  Clicking on a link could 
extend the meeting another 1 hour (and bill for it).

The format of the API would be

  sendChatMesssage( meetingID, message)

Original issue reported on code.google.com by ffdixon@gmail.com on 22 Mar 2011 at 2:07

GoogleCodeExporter commented 8 years ago
It would be perfect to be able to send to a particular user, or group, such as 
"presenter only" or "audience/client only", etc.

Original comment by josephor...@gmail.com on 5 Dec 2012 at 7:01