Mateus Dalepiane
c97cd3f3af
Sending guest flag also through redis now
...
This parameter was missing, and causing exceptions in bbb-web.
2014-10-29 18:58:12 -02:00
Mateus Dalepiane
d7d93c04ce
Fixed problem with guest logout
...
The guest is removed from the waiting list if he logout.
2014-10-29 18:12:32 -02:00
Mateus Dalepiane
f51bc9a6bb
Trying to fix guest logout problem
...
Currently, the guest is not removed from the waiting list if he logout.
There is a problem @BigBlueButtonApplication.java, @roomConnect. I am not
sure of how to use those paramenters, neither where they come from.
2014-10-23 15:31:50 -02:00
Mateus Dalepiane
dfa32dcd6d
cleanup
...
TODO:
+ Show guest the rejectred message
+ Handle guest disconnection
2014-10-21 17:40:06 -02:00
Mateus Dalepiane
14745ab53b
Extending guest-role support for redis
2014-10-21 16:20:34 -02:00
Mateus Dalepiane
a8131da8a6
Fixing bug at guest-role port
...
+ Approval window appears whenever necessary now
+ Guest approval and denial is working
- Settings button is misplaced
2014-10-21 02:48:31 -02:00
Mateus Dalepiane
f75fa7f972
Implemented guest-role on bbb-client
...
Known issues:
+ Guest approval window does not appear for moderators already on the room
+ Guest approval and denial is not working
+ Settings button position is wrong
2014-10-20 17:44:45 -02:00
Mateus Dalepiane
f3a7c460f4
Completed guest role implementation at bbb-apps
...
Implementation in bbb-client still pending.
2014-10-20 02:45:50 -02:00
Mateus Dalepiane
f94dbf250b
Implementing guest support at bbb-apps
...
Now bbb-apps compiles, but guest support does not work yet.
Response messages are missing.
Guests waiting list is missing.
2014-10-17 17:30:36 -03:00
Mateus Dalepiane
36af1da3df
Port of guest role to bbb-090
...
**WARNING**: Not tested yet.
bbb-client and bbb-web compile.
bbb-apps does not compile yet.
@bbb-apps: Missing scala implementation.
@bbb-client: Missing message receiver implementation.
Conflicts:
bbb-api-demo/src/main/webapp/bbb_api.jsp
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/BigBlueButtonApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/BigBlueButtonSession.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/ParticipantUpdatingRoomListener.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/Room.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/RoomListener.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/RoomsManager.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/User.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/messaging/MessagingConstants.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsApplication.java
bigbluebutton-apps/src/main/java/org/bigbluebutton/conference/service/participants/ParticipantsEventSender.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/recorder/participants/ParticipantsEventRecorder.java
bigbluebutton-client/branding/default/style/css/BBBDefault.css
bigbluebutton-client/locale/en_US/bbbResources.properties
bigbluebutton-client/locale/pt_BR/bbbResources.properties
bigbluebutton-client/src/org/bigbluebutton/main/events/BBBEvent.as
bigbluebutton-client/src/org/bigbluebutton/main/maps/ApplicationEventMap.mxml
bigbluebutton-client/src/org/bigbluebutton/main/model/users/BBBUser.as
bigbluebutton-client/src/org/bigbluebutton/main/model/users/JoinService.as
bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as
bigbluebutton-client/src/org/bigbluebutton/main/model/users/UserService.as
bigbluebutton-client/src/org/bigbluebutton/main/model/users/UsersSOService.as
bigbluebutton-client/src/org/bigbluebutton/main/model/users/events/UsersConnectionEvent.as
bigbluebutton-client/src/org/bigbluebutton/main/views/LoggedOutWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/MainToolbar.mxml
bigbluebutton-web/grails-app/conf/BigBlueButtonFilters.groovy
bigbluebutton-web/grails-app/conf/bigbluebutton.properties
bigbluebutton-web/grails-app/controllers/org/bigbluebutton/web/controllers/ApiController.groovy
bigbluebutton-web/src/java/org/bigbluebutton/api/MeetingService.java
bigbluebutton-web/src/java/org/bigbluebutton/api/domain/UserSession.java
bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/MessageListener.java
bigbluebutton-web/src/java/org/bigbluebutton/api/messaging/RedisMessagingService.java
2014-10-16 16:58:10 -03:00
Richard Alam
e313379355
- changed the wrong field to be zero based. Should be the slide field instead of num.
2014-09-15 08:29:15 -07: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
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
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
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
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