Richard Alam
|
19ac02fab2
|
- enable polling by default
|
2014-06-02 07:44:46 -07:00 |
|
Richard Alam
|
26a142b49a
|
- make window smaller
|
2014-06-01 18:17:07 -07:00 |
|
Richard Alam
|
e0f65acffd
|
- make viewer init the polling module properly
|
2014-06-01 09:22:07 -07:00 |
|
Richard Alam
|
224bea1f5f
|
- sync layout with viewers
|
2014-05-29 07:06:44 -07:00 |
|
Richard Alam
|
e254787276
|
- add layout to lock settings
|
2014-05-28 12:25:28 -07:00 |
|
Richard Alam
|
f87933cf76
|
- try to inject layout change when layout option is changed in lock settings
|
2014-05-27 19:00:38 -07:00 |
|
Richard Alam
|
79136feeba
|
- presenter should not be affected by lock settings
|
2014-05-27 07:16:04 -07:00 |
|
Richard Alam
|
f8974e5922
|
- apply lock icon to viewers only
|
2014-05-27 06:57:22 -07:00 |
|
Richard Alam
|
ff8c210104
|
- still the lock icon is not updating properly
|
2014-05-26 14:24:29 -07:00 |
|
Richard Alam
|
320ee09231
|
- try to apply lock settings to moderator only
|
2014-05-26 14:13:07 -07:00 |
|
Richard Alam
|
068df39570
|
- add [Disabled] text beside feature name
|
2014-05-26 11:32:21 -07:00 |
|
Richard Alam
|
e7c5a343a9
|
- show lock icon when a settings are locked
|
2014-05-26 10:48:30 -07:00 |
|
Richard Alam
|
b550ba966f
|
- disable/enable users list in chat window when private chat is enabled/disabled
|
2014-05-26 10:30:57 -07:00 |
|
Richard Alam
|
fb2fd12f3c
|
- disable/enable chat for viewer when settings are changed
|
2014-05-23 19:33:27 -07:00 |
|
Richard Alam
|
8549159aad
|
- try creating a chat conversation model
|
2014-05-23 14:43:01 -07:00 |
|
Richard Alam
|
71cff3bfe6
|
- extract some user code from flex module. Module should only be for the UI.
|
2014-05-23 13:24:01 -07:00 |
|
Richard Alam
|
6eee34b86c
|
- remove some of the menu items for the gear icon
|
2014-05-23 10:29:09 -07:00 |
|
Richard Alam
|
87b776ad58
|
- fix sending of lock settings to server
|
2014-05-23 08:47:13 -07:00 |
|
Richard Alam
|
5c844ffeee
|
- send lock settings to server
|
2014-05-22 11:41:59 -07:00 |
|
Richard Alam
|
1ab0b0a2c4
|
- send new lock settings to server
|
2014-05-22 11:13:00 -07:00 |
|
Richard Alam
|
1b8fa657ce
|
- send lock settings from server to client
|
2014-05-22 08:30:46 -07:00 |
|
Richard Alam
|
f266067e1a
|
- display message to user when auth token is invalid
|
2014-05-21 18:42:49 +00:00 |
|
Richard Alam
|
391dc9be5a
|
- fix listen-only in get users reply
|
2014-05-16 17:26:51 +00:00 |
|
Richard Alam
|
5686b6871c
|
- finish global audio...display speaker icon beside user's name when joined in listen-only mode
|
2014-05-16 15:24:22 +00:00 |
|
Richard Alam
|
42fcfe1055
|
Merge branch 'merging-global-audio' of github.com:mconf/bigbluebutton into merge-global-audio
Conflicts:
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/CollectorActor.scala
|
2014-05-12 10:39:25 -07:00 |
|
Felipe Cecagno
|
eb0a56bb13
|
refactoring part of the global audio server-side implementation
|
2014-05-11 22:31:35 -03:00 |
|
Richard Alam
|
eef2c87cd4
|
- cleanup
|
2014-05-05 18:45:18 +00:00 |
|
Felipe Cecagno
|
19e3a4b3f0
|
client side implementation is done, but having issues because the server calls three times disconnectedFromJoinVoiceConferenceCallback when the user leaves the listen only stream (need a server-side refactoring)
|
2014-04-24 19:41:22 -03:00 |
|
Tiago Daniel Jacobs
|
97ad5e28f4
|
Changes to support RTMPS connections
|
2014-04-24 17:16:03 -03:00 |
|
Felipe Cecagno
|
92eac1e988
|
Merge branch 'global-audio' into merge-global-audio
Most of the client implementation is going to be rewritten on next commits.
|
2014-04-23 16:13:40 -03:00 |
|
Felipe Cecagno
|
4d49b6f0f4
|
trying to deal with the webrtc connection failed
|
2014-04-22 18:13:18 -03:00 |
|
Richard Alam
|
bee1320463
|
Merge branch 'merge-polling-with-master' into connect-bbb-apps-html5
Conflicts:
bigbluebutton-apps/src/main/webapp/WEB-INF/red5-web.xml
|
2014-04-08 19:07:37 +00:00 |
|
Anton Georgiev
|
2d89a73c0c
|
Merge branch 'addMsgLib' of /home/ubuntu/dev/antonHtml5/bigbluebutton into connect-bbb-apps-html5
Conflicts:
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/Room.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/RoomsManager.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/chat/ChatApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/chat/ChatService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/MessagingConstants.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/MessagingService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/RedisMessagingService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsHandler.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/presentation/ConversionUpdatesProcessor.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/presentation/PresentationApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/presentation/PresentationService.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/WhiteboardApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/whiteboard/WhiteboardService.java
bigbluebutton-apps/src/main/webapp/WEB-INF/bbb-apps.xml
bigbluebutton-web/grails-app/conf/UrlMappings.groovy
bigbluebutton-web/grails-app/conf/bigbluebutton.properties
bigbluebutton-web/grails-app/conf/spring/doc-conversion.xml
bigbluebutton-web/ivy.xml
bigbluebutton-web/src/java/org/bigbluebutton/api/MeetingService.java
bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/MessagingService.java
bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/RedisMessagingService.java
bigbluebutton-web/src/java/org/bigbluebutton/presentation/imp/SwfSlidesGenerationProgressNotifier.java
|
2014-04-08 15:55:04 +00:00 |
|
Gustavo Salazar
|
1d647470b7
|
Skip flash error 2038
|
2014-04-04 12:15:13 -07:00 |
|
Richard Alam
|
3742ebc1c2
|
- prevent the user from rejoining meeting when meeting has ended
|
2014-04-02 19:45:58 +00:00 |
|
Richard Alam
|
214957e52c
|
- localize text
|
2014-03-28 16:02:33 +00:00 |
|
Richard Alam
|
0e1945118f
|
- fix toolbar icon display when user leaves voice conf using webrtc
|
2014-03-28 15:05:38 +00:00 |
|
Richard Alam
|
d007fecd9f
|
- leave voice conference when logging out even if the browser hasn't fully redirected away from the client yet
|
2014-03-27 19:36:02 +00:00 |
|
Richard Alam
|
bddd6f747d
|
i - fix issue where user cannot leave voice conference when clicking on headset icon
|
2014-03-27 15:23:28 +00:00 |
|
Richard Alam
|
7e528c6890
|
- don't connect using flash when we want webrtc
|
2014-03-26 20:40:37 +00:00 |
|
Richard Alam
|
cc624dfa5e
|
- fix race condition where we hangup the chotest and join the conference at the same time.
We should stop echo test then join voice conference.
|
2014-03-26 19:00:39 +00:00 |
|
Richard Alam
|
963468d729
|
Merge branch 'merge-polling-with-master' into implement-join-voice-with-flash
|
2014-03-26 16:58:13 +00:00 |
|
Richard Alam
|
5fb8dee4cd
|
- hide mic settings when user has joined the voice conference
|
2014-03-26 16:56:38 +00:00 |
|
Richard Alam
|
9a001ed324
|
- close mic settings when user has joined voice conference
|
2014-03-25 21:33:58 +00:00 |
|
Richard Alam
|
4a495e0f6a
|
- start stop echo test
|
2014-03-25 21:22:24 +00:00 |
|
Richard Alam
|
e065b4a63b
|
connect to echo test app
|
2014-03-25 20:05:33 +00:00 |
|
Richard Alam
|
cd552664bc
|
- continue implementing joining voice conf using flash
|
2014-03-25 17:16:42 +00:00 |
|
Gustavo Salazar
|
9a2b05a7ee
|
allow username with spaces
|
2014-03-24 17:18:39 -05:00 |
|
Richard Alam
|
e27c8000f8
|
Merge branch 'merge-polling-with-master' into implement-join-voice-with-flash
|
2014-03-23 16:05:28 +00:00 |
|
Richard Alam
|
35daebbf86
|
- don't go through echo test again when user has already done it
|
2014-03-23 16:02:40 +00:00 |
|