Merge branch 'development' of https://github.com/bigbluebutton/bigbluebutton into development
This commit is contained in:
commit
667a619c4a
@ -68,6 +68,9 @@ trait PollApp {
|
||||
val shape = new scala.collection.mutable.HashMap[String, Object]()
|
||||
shape += "num_respondents" -> new Integer(result.numRespondents)
|
||||
shape += "num_responders" -> new Integer(result.numResponders)
|
||||
shape += "type" -> "poll_result"
|
||||
shape += "id" -> result.id
|
||||
shape += "status" -> "DRAW_END"
|
||||
|
||||
val answers = new ArrayBuffer[java.util.HashMap[String, Object]];
|
||||
result.answers.foreach(ans => {
|
||||
|
@ -111,13 +111,13 @@ package org.bigbluebutton.modules.videoconf.business
|
||||
if (reconnect) {
|
||||
JSLog.warn("NetStream.Play.Failed from bbb-video", logData);
|
||||
}
|
||||
disconnect();
|
||||
//disconnect();
|
||||
break;
|
||||
case "NetStream.Play.Stop":
|
||||
if (reconnect) {
|
||||
JSLog.warn("NetStream.Play.Stop from bbb-video", logData);
|
||||
}
|
||||
disconnect();
|
||||
//disconnect();
|
||||
break;
|
||||
case "NetConnection.Connect.Closed":
|
||||
if (reconnect) {
|
||||
|
Loading…
Reference in New Issue
Block a user