Anton Georgiev
|
4f25f2ced1
|
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into merging-html5-with-master
|
2014-09-02 21:08:03 +00:00 |
|
Richard Alam
|
4bf941b108
|
- although the page number is not used in whiteboard recording processing, just match the page number with the goto slide event in events.xml
|
2014-09-02 13:17:28 -07:00 |
|
Richard Alam
|
d5d541a2c5
|
- subtract 1 from GotoSlideEvent and ResizeAndMoveSlideEvent to events.xml so that the recording is backwards compatible with 0.81 and earlier
|
2014-09-02 12:44:52 -07:00 |
|
Richard Alam
|
a1ded8fdb5
|
- add current time on header of JSON messages so we can display the correct time instead of calculating from the timestamp
|
2014-09-02 11:43:05 -07:00 |
|
Anton Georgiev
|
cf125781db
|
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into merging-html5-with-master
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/voice/VoiceService.java
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/MeetingActor.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/whiteboard/WhiteboardApp.scala
|
2014-09-02 17:54:14 +00:00 |
|
Richard Alam
|
172738534c
|
- fix issue where rectangle shape gets lost when zooming
|
2014-08-29 08:57:34 -07:00 |
|
Richard Alam
|
84a16cdfe4
|
- add meeting name and duration on meetingCreated message
|
2014-08-29 08:56:36 -07:00 |
|
Richard Alam
|
7914c656a4
|
- missed one are where we are not propagating message from Meeting Actor
|
2014-08-27 16:46:28 -07:00 |
|
Richard Alam
|
fe5aabd38a
|
- remove meeting from FS list of meetings when meeting is destroyed
|
2014-08-27 16:03:27 -07:00 |
|
Richard Alam
|
e4bd6b044c
|
- add more logging
|
2014-08-27 15:29:16 -07:00 |
|
Richard Alam
|
d941b48bb6
|
- add log when handling user joining voice conference
|
2014-08-27 14:50:50 -07:00 |
|
Richard Alam
|
d3a4e271ce
|
- add log on FS client when user joins voice conference
|
2014-08-27 14:30:55 -07:00 |
|
Richard Alam
|
1d26b39ed5
|
- turn off talking when user is muted or joined listen-only
|
2014-08-26 13:43:50 -07:00 |
|
Richard Alam
|
6430b73856
|
- fix displaying of speaker icon when joined in listen only mode
|
2014-08-26 11:58:26 -07:00 |
|
Richard Alam
|
c2a5c16f4d
|
- there are still some edge cases we can't account for
|
2014-08-26 10:50:40 -07:00 |
|
Richard Alam
|
29ffe4aca8
|
- use external user id on join voice only
|
2014-08-26 10:24:40 -07:00 |
|
Richard Alam
|
9de33f2500
|
- use external userid on join of voice conf only
|
2014-08-26 10:24:07 -07:00 |
|
Richard Alam
|
27feed283f
|
- revert change as it's triggering side effects on displaying speaker icons
|
2014-08-26 09:50:40 -07:00 |
|
Richard Alam
|
fbb20831a1
|
- fix issue where a user is duplicated when calling in because the 3rd-party app passed an external userid
|
2014-08-26 09:21:42 -07:00 |
|
Richard Alam
|
95ffcafa85
|
- add more logging to figure out why were get duplicate entries on user's window
|
2014-08-26 07:38:07 -07:00 |
|
Richard Alam
|
beb22f55e5
|
- add more logging to figure out why callers using phone displays multiple times in users window
|
2014-08-25 10:44:07 -07:00 |
|
Richard Alam
|
260d41d297
|
- generate goto slide event when sharing a presentation
|
2014-08-25 08:14:19 -07:00 |
|
Richard Alam
|
edd070ef48
|
- implement eject user from meeting
|
2014-08-23 12:00:41 -07:00 |
|
Richard Alam
|
97affb9874
|
- prevent multiple start/stop audio recording events
|
2014-08-22 12:47:15 -07:00 |
|
Anton Georgiev
|
22eaddc648
|
missed this during the merge from bigbluebutton:master
|
2014-08-21 18:48:58 +00:00 |
|
Anton Georgiev
|
adf20cca7d
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into merging-html5-with-master
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/meeting/messaging/redis/MeetingMessageHandler.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/chat/ChatMessageListener.java
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/CollectorActor.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/MeetingActor.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/UsersApp.scala
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/whiteboard/WhiteboardApp.scala
|
2014-08-20 15:24:25 +00:00 |
|
Richard Alam
|
e24e619625
|
- when user joins voice, see if the meeting is muted and mute user if it is
|
2014-08-18 12:58:43 -07:00 |
|
Richard Alam
|
b77811d7a6
|
- mute late user if meeting is muted
|
2014-08-18 12:23:59 -07:00 |
|
Richard Alam
|
236fd68db1
|
- send meeting status to client when user joins
|
2014-08-18 11:19:48 -07:00 |
|
Anton Georgiev
|
f506c964a8
|
userRaiseHand and userLowerHand is functioning
|
2014-08-18 15:01:16 +00:00 |
|
Richard Alam
|
485127c7c2
|
- send meeting muted state to client
|
2014-08-16 05:13:47 -07:00 |
|
Richard Alam
|
72e7f20def
|
Merge branch 'merge-polling-with-master' into upgrade-to-red5-1.0.3-release
|
2014-08-15 00:56:46 -07:00 |
|
adam-sharpe
|
8563812446
|
fixed removing presentation
|
2014-08-15 12:47:15 -07:00 |
|
Chad Pilkey
|
4fbd70e765
|
applied a fix to global audio so that leaving notifies clients correctly
|
2014-08-15 09:24:54 -07:00 |
|
Richard Alam
|
0a718c3f38
|
- upgrade to latest red5 release
|
2014-08-14 07:19:59 -07:00 |
|
Richard Alam
|
f97dd3f018
|
- log whether user is using rtmp/rtmpt connection
|
2014-08-13 13:22:47 -07:00 |
|
Richard Alam
|
e9b5e5552d
|
- update applet
- add logging of session id when user disconnects from Red5
|
2014-08-13 12:57:37 -07:00 |
|
Richard Alam
|
eb0caa9b3e
|
Merge branch 'merge-polling-with-master' of github.com:bigbluebutton/bigbluebutton into merge-polling-with-master
|
2014-08-13 12:07:50 -07:00 |
|
Richard Alam
|
b9d6401a9e
|
- mute/unmute all users
- mute all users except presenter
|
2014-08-13 12:07:01 -07:00 |
|
Richard Alam
|
c56fde0c42
|
Merge pull request #348 from speakserve/unify-version-number
Unify version number
|
2014-08-13 14:17:45 -04:00 |
|
Ghazi Triki
|
bb09eb6d75
|
After checking we bumped projects version and Flex locales to 0.9.0 with some fixes
|
2014-08-13 12:20:10 +01:00 |
|
Ghazi Triki
|
9a794f854a
|
Bumped projects version and Flex locales to 0.9
|
2014-08-13 10:28:08 +01:00 |
|
Anton Georgiev
|
404ff72914
|
use high qulity png conversion for the slide, not just the thumbnail
|
2014-08-07 20:12:55 +00:00 |
|
Richard Alam
|
b04916fd84
|
- minor format
- put recording indicator before meeting name
|
2014-08-07 11:04:39 -07:00 |
|
Ghazi Triki
|
1b65bc54f4
|
fs-esl-client artifact can be resolved when deployed to the local gradle flatDir repository, using version 0.8.2 instead (reverted from commit 316de09ea1 )
|
2014-08-05 08:44:35 +01:00 |
|
Ghazi Triki
|
316de09ea1
|
fs-esl-client artifact can be resolved when deployed to the local gradle flatDir repository
|
2014-08-01 10:17:19 +01:00 |
|
Richard Alam
|
fa9e134bea
|
- fix https://code.google.com/p/bigbluebutton/issues/detail?id=1773
|
2014-07-31 13:32:48 -07:00 |
|
Ghazi Triki
|
ac7af7dfea
|
Manually bumped all application version to the correct actual version 0.9.0-dev
|
2014-07-31 17:42:38 +01:00 |
|
Anton Georgiev
|
f10650d8d8
|
fix publishing
|
2014-07-29 15:42:19 +00:00 |
|
Anton Georgiev
|
140795f694
|
working on mute/unmute events
|
2014-07-29 15:03:19 +00:00 |
|