Richard Alam
|
65c35e1137
|
Merge pull request #520 from bigbluebutton/add-more-info-js-log
- add more info into JS log
|
2015-02-17 19:26:22 -05:00 |
|
Chad Pilkey
|
e6d3cd551d
|
fixed a race condition in the webrtc javascript code, and added cause for error 1004
|
2015-02-17 16:11:42 -08:00 |
|
Richard Alam
|
931d1624d7
|
- add more info into JS log
|
2015-02-18 00:09:10 +00:00 |
|
Calvin Walton
|
1af70d8e4e
|
Use configured stun/turn servers when making webrtc call
|
2015-02-17 12:00:04 -05:00 |
|
Fred Dixon
|
0c5e427093
|
Merge pull request #514 from capilkey/pixel-align-fix
move the pixel alignment check to a callback
|
2015-02-12 18:57:29 -05:00 |
|
Chad Pilkey
|
537f5b6e9a
|
move the pixel alignment check to a callback
|
2015-02-12 15:52:03 -08:00 |
|
Fred Dixon
|
aa518d6ef0
|
Merge pull request #513 from capilkey/cut-call-time
Cut WebRTC call time
|
2015-02-12 18:13:09 -05:00 |
|
Chad Pilkey
|
10874f986d
|
move <script> tag to the correct place in BigBlueButton.html
|
2015-02-12 14:26:19 -08:00 |
|
Chad Pilkey
|
d6ef5168c0
|
add support for webrtc call transferring, cuts join time in half
|
2015-02-12 14:25:41 -08:00 |
|
Richard Alam
|
aa0e92137b
|
- remove querying of stun from flash. We will be doing this outside in JS instead.
|
2015-02-12 18:29:39 +00:00 |
|
Richard Alam
|
24b9c5c525
|
- store stun and turn servers in client
|
2015-02-06 21:05:12 +00:00 |
|
Felipe Cecagno
|
d728b730ab
|
simplified the default profiles
|
2015-01-28 22:53:56 -02:00 |
|
Felipe Cecagno
|
9a7bae79a8
|
Merge branch '090-new-videodock' into HEAD
Conflicts:
bigbluebutton-apps/src/main/scala/org/bigbluebutton/core/apps/users/UsersApp.scala
bigbluebutton-client/src/org/bigbluebutton/main/views/CameraDisplaySettings.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMap.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMapDelegate.as
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/PublishWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/ToolbarButton.mxml
record-and-playback/deploy.sh
|
2015-01-28 20:33:28 -02:00 |
|
Chad Pilkey
|
9580a9c350
|
removed forceListenOnly option from the PhoneModule, use presenterShareOnly instead
|
2015-01-27 15:27:41 -08:00 |
|
Chad Pilkey
|
19fb9b9671
|
Revert "Revert "Added Java check to the configuration notifications""
This reverts commit 82545a03f3 .
|
2015-01-27 14:19:02 -08:00 |
|
Fred Dixon
|
82545a03f3
|
Revert "Added Java check to the configuration notifications"
|
2015-01-27 17:11:54 -05:00 |
|
Chad Pilkey
|
84d6c5e132
|
added deskshare help information for Chrome users
|
2015-01-27 13:54:24 -08:00 |
|
Chad Pilkey
|
80e58d1ee3
|
added java check to the configuration notifications
|
2015-01-21 11:40:55 -08:00 |
|
Chad Pilkey
|
9be9cca051
|
added a configuration warning system to the flash client
|
2015-01-15 16:14:49 -08:00 |
|
Chad Pilkey
|
985f08895a
|
removed the unused jssip library
|
2015-01-15 15:15:30 -08:00 |
|
Chad Pilkey
|
94377d5da9
|
removed old js files from html experiment
|
2015-01-15 15:13:44 -08:00 |
|
Chad Pilkey
|
644ad523c5
|
removed the old Settings module
|
2015-01-15 15:12:24 -08:00 |
|
Richard Alam
|
3bb8c97f74
|
- change default chat font size to 12
|
2015-01-05 20:06:21 +00:00 |
|
Lucas Zawacki
|
2bf4b30b10
|
Use hostname instead of host on javascript webrtc bridge client code
This prevents it from appending the port number when a request is made from
the HTML5 client
|
2014-12-17 22:58:06 +00:00 |
|
Chad Pilkey
|
8b7d0ddb24
|
font size in config, and two bugs with private chat squashed
|
2014-12-11 13:16:38 -08:00 |
|
Richard Alam
|
0b1678cfd1
|
- fix issue https://code.google.com/p/bigbluebutton/issues/detail?id=1830
|
2014-12-02 10:54:21 -08:00 |
|
Chad Pilkey
|
acde1ef3ed
|
Merge branch 'master' of https://github.com/bigbluebutton/bigbluebutton into remove-chat-translation
|
2014-11-26 09:14:18 -08:00 |
|
Chad Pilkey
|
5cbb059aa6
|
removed all of the old google translate code in apps and client
|
2014-11-25 15:17:06 -08:00 |
|
Felipe Cecagno
|
93352a7ea4
|
make the recording notification alert configurable by the config.xml
the notification shows up to remind the moderator to click the record button and start the recording
|
2014-11-25 17:50:11 -02:00 |
|
Felipe Cecagno
|
08e521ed9f
|
improved the client check so now it uses sip.js and bbb_webrtc_bridge_sip.js from the bigbluebutton-client, so it's going to be easier to maintain; included some new callbacks on bigbluebutton-client related to the websockets; just after the webrtc test, the connection is closed
|
2014-11-16 19:53:37 -02:00 |
|
Chad Pilkey
|
f78b234d0a
|
Updated defaultLayout to match the localized key
|
2014-11-12 15:17:16 -05:00 |
|
Chad Pilkey
|
e2f71bec3a
|
changed two of the layout names
|
2014-11-11 11:29:34 -08:00 |
|
Chad Pilkey
|
a23cd2a7c9
|
added translation of the default layout definitions
|
2014-11-11 10:26:10 -08:00 |
|
Chad Pilkey
|
ffae6e2f20
|
added a SDP hack for Firefox to replace the 0.0.0.0 in the c line
|
2014-11-11 03:52:11 -08:00 |
|
Chad Pilkey
|
6f82dd9378
|
added a check to make sure that ICE negotiation has finished before showing that the call has been accepted in the UI
|
2014-11-06 10:35:03 -08:00 |
|
Chad Pilkey
|
b84992c5a0
|
Stop the webrtc timeout timer when 'connecting' is received
|
2014-10-30 13:54:35 -07:00 |
|
Chad Pilkey
|
f84ae56e9a
|
added an additional fail case for the WebRTC audio
|
2014-10-29 09:30:03 -07:00 |
|
Richard Alam
|
0c42c1371c
|
- new signed applet valid until oct 30, 2015
|
2014-10-23 19:55:43 +00:00 |
|
Richard Alam
|
9552b8a905
|
- fix https://code.google.com/p/bigbluebutton/issues/detail?id=1776
|
2014-10-20 23:06:07 -07:00 |
|
Chad Pilkey
|
a8b53f9acc
|
changed webrtc error messages to errorcodes, fixed a bug with webrtc call failing at echo test
|
2014-10-15 16:17:58 -07:00 |
|
Chad Pilkey
|
7d9b26912e
|
Merge remote-tracking branch 'upstream/master' into fix-no-presentation-problems
Conflicts:
bigbluebutton-client/resources/prod/BigBlueButton.html
|
2014-10-06 15:09:36 -07:00 |
|
Chad Pilkey
|
de7dbd0b44
|
Multiple fixes to our webrtc implementation. Hopefully there's less holes now
|
2014-10-06 14:14:34 -07:00 |
|
Fred Dixon
|
b4d49a0f2b
|
Added build numbers into loading JS libraries to ensure they don't get cached
|
2014-09-17 17:38:19 -04:00 |
|
Richard Alam
|
90bf3ade5d
|
- new jars with better controls for deskshare applet dragging and resizing
|
2014-09-17 10:33:17 -07:00 |
|
Chad Pilkey
|
e15de759e3
|
change the webrtc websocket connection to use an nginx proxy
|
2014-09-14 13:49:12 -07:00 |
|
Chad Pilkey
|
2c6b060ba5
|
replace deprecated escape() with encodeURIComponent()
|
2014-09-09 14:27:03 -07:00 |
|
syeshchenko
|
1d148ef624
|
Merge branch 'master' into chrome-webcam-permission-prompt
|
2014-09-01 13:18:32 -07:00 |
|
syeshchenko
|
ae6a4d5fa1
|
on Chrome show webcam permission prompt before webcam preview opened
|
2014-09-01 13:10:50 -07:00 |
|
Richard Alam
|
1fb4427173
|
- trye to figure out why voice toolbar button gets stuck in Chrome
|
2014-08-27 09:16:43 -07:00 |
|
Mateus Dalepiane
|
cbb4a167bb
|
Merge remote-tracking branch 'origin/new-videodock' into 090-new-videodock
Conflicts:
bigbluebutton-client/branding/default/style/css/BBBDefault.css
bigbluebutton-client/src/BigBlueButton.mxml
bigbluebutton-client/src/org/bigbluebutton/main/model/users/NetConnectionDelegate.as
bigbluebutton-client/src/org/bigbluebutton/modules/users/views/MediaItemRenderer.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMapDelegate.as
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/AvatarWindow.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/ToolbarPopupButton.mxml
|
2014-08-26 17:20:00 -03:00 |
|
Richard Alam
|
3c28f36786
|
- initiate closing of applet from server side
|
2014-08-24 13:04:08 -07:00 |
|
Richard Alam
|
57b7de8b36
|
- stop sharing from server side instead of destroing the applet from the client side
|
2014-08-24 12:12:29 -07:00 |
|
Richard Alam
|
4ca73b97d5
|
Add stun server to get FF to work behind firewall
|
2014-08-16 13:36:46 -04: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
|
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 |
|
Fred Dixon
|
b1c22ad8fd
|
Set autoJoin to true to display audio options on loading
|
2014-08-12 22:38:25 -04:00 |
|
Chad Pilkey
|
e2079cc358
|
added escape to the username in sipjs user agent
|
2014-08-11 10:04:02 -07:00 |
|
Chad Pilkey
|
4962e8e208
|
removed the speed indicator from mxml, styled the layout selector, changed the default layout from 'Default' to 'Default Layout'
|
2014-08-10 20:22:23 -07:00 |
|
Richard Alam
|
9244dd19d0
|
- allow forcing user to join listen only when autoJoin=true
|
2014-08-10 08:42:11 -07:00 |
|
Richard Alam
|
1994eece36
|
Merge branch 'switch-to-sipjs' of https://github.com/SenecaCDOT-BigBlueButton/bigbluebutton into switch-to-sipjs
|
2014-08-09 12:24:35 -07:00 |
|
Chad Pilkey
|
ba6628256a
|
changed a jssip filename to sipjs
|
2014-08-09 12:46:53 -07:00 |
|
Chad Pilkey
|
20239454bd
|
the sipjs call is successful, added extra states to the echo test window for more feedback
|
2014-08-09 12:39:37 -07:00 |
|
Chad Pilkey
|
02bb29ae29
|
sipjs connects to the echo test and stops correctly
|
2014-08-09 09:38:48 -07:00 |
|
Richard Alam
|
281d9a8efe
|
Merge branch 'switch-to-sipjs' of https://github.com/SenecaCDOT-BigBlueButton/bigbluebutton into switch-to-sipjs
|
2014-08-09 09:15:26 -07:00 |
|
Chad Pilkey
|
750579e342
|
the sipjs media request now works
|
2014-08-08 14:17:28 -07:00 |
|
Richard Alam
|
5bd7b3e793
|
Merge branch 'switch-to-sipjs' of https://github.com/SenecaCDOT-BigBlueButton/bigbluebutton into switch-to-sipjs
|
2014-08-08 13:55:03 -07:00 |
|
Richard Alam
|
654c93831e
|
Merge branch 'merge-polling-with-master' into switch-to-sipjs
Conflicts:
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
|
2014-08-08 13:46:53 -07:00 |
|
Chad Pilkey
|
ac7a688965
|
swapped jssip for sipjs, cleaned up the webrtc events, changed instances of Rtc to RTC
|
2014-08-08 13:19:38 -07:00 |
|
Richard Alam
|
64fdb9e2f8
|
- allow configuring lock settings from config.xml
|
2014-07-31 09:44:42 -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 |
|
Richard Alam
|
dede32bd63
|
- turn off polling
|
2014-07-30 11:22:23 -07:00 |
|
Richard Alam
|
aa92bdf61c
|
- don't show phone dial option by default
|
2014-07-30 11:21:21 -07:00 |
|
Richard Alam
|
36183d55d2
|
- remove unused option
|
2014-07-30 08:38:21 -07:00 |
|
Richard Alam
|
3bf4991eec
|
- try to force FF 31 to display java applet permission bar
|
2014-07-30 07:48:59 -07:00 |
|
Richard Alam
|
a6dc4f6465
|
- change how to insert applet div into HTML
|
2014-07-29 13:16:12 -07:00 |
|
Chad Pilkey
|
5c79202ade
|
reverted jssip back to 0.3.7 and fixed chrome webrtc
|
2014-07-21 10:25:08 -07:00 |
|
Richard Alam
|
0daff8a8d4
|
- deskshare applet where min jre version is passed from html page
|
2014-07-18 08:45:59 -07:00 |
|
Richard Alam
|
dfbf77aab0
|
- externalize min jre version required
|
2014-07-18 08:45:10 -07:00 |
|
Richard Alam
|
af3e7875ee
|
- deskshare applet that support 1.7.0_51 and up
|
2014-07-18 07:54:28 -07:00 |
|
Richard Alam
|
cbd12a5f5c
|
Merge pull request #342 from SenecaCDOT-BigBlueButton/fix-audio-prompts-chrome36
upgraded jssip to 0.4-devel, skipped the webrtc switch mic notifications
|
2014-07-11 17:24:09 -04:00 |
|
Chad Pilkey
|
af6e2b4db3
|
upgraded jssip to 0.4-devel, skipped the webrtc switch mic notifications
|
2014-07-11 13:32:04 -07:00 |
|
Richard Alam
|
d2196d4adb
|
- sign applet that support java 8
|
2014-07-11 12:41:27 -07:00 |
|
Felipe Cecagno
|
c3c56a6355
|
few improvements on the camera messages; cleanup and refactoring of the new video dock implementation; extracted many hardcoded branding information to the branding file
|
2014-06-11 17:01:45 -03:00 |
|
Chad Pilkey
|
893c977ec9
|
forgot to add the new config property to the template
|
2014-06-05 14:04:19 -07:00 |
|
Richard Alam
|
19ac02fab2
|
- enable polling by default
|
2014-06-02 07:44:46 -07:00 |
|
Jonata Teixeira Pastro
|
f931d6cf76
|
Merging branches feat1212 and new-videodock.
|
2014-05-28 21:02:23 +00:00 |
|
Jonata Teixeira Pastro
|
d8c431d056
|
Small fixes in config.xml.template
|
2014-05-28 20:54:39 +00:00 |
|
Jonata Teixeira Pastro
|
b90416846d
|
Added priorityRatio property to config.xml.template
|
2014-04-30 15:17:35 +00:00 |
|
Jonata Teixeira Pastro
|
8a9df273eb
|
Added priorityRatio option to config.xml.template
|
2014-04-30 11:52:48 -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
|
d599307543
|
commenting out the old video dock module
|
2014-04-01 15:00:46 -03:00 |
|
Gustavo Salazar
|
9a2b05a7ee
|
allow username with spaces
|
2014-03-24 17:18:39 -05:00 |
|
Richard Alam
|
bb5db33eac
|
- implement user joining voice using webrtc
|
2014-03-17 19:47:45 +00:00 |
|
Richard Alam
|
3b4b818841
|
i - do echo test and then join voice conference using webrtc
|
2014-03-14 19:21:21 +00:00 |
|
Richard Alam
|
d869dab51e
|
- start implementing echo test and join conference using webrtc
|
2014-03-14 16:02:54 +00:00 |
|
Felipe Cecagno
|
79e513b38f
|
Merge branch 'v0.81-release' of https://github.com/bigbluebutton/bigbluebutton into video-profiles
Conflicts:
bigbluebutton-client/branding/default/style/css/BBBDefault.css
bigbluebutton-client/src/org/bigbluebutton/main/views/CameraDisplaySettings.mxml
bigbluebutton-client/src/org/bigbluebutton/main/views/MainApplicationShell.mxml
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/maps/VideoEventMapDelegate.as
bigbluebutton-client/src/org/bigbluebutton/modules/videoconf/views/PublishWindow.mxml
|
2014-03-12 21:58:15 -03:00 |
|
Richard Alam
|
5c3859aa23
|
- add echo test for voice
|
2014-02-24 21:45:00 +00:00 |
|
Richard Alam
|
ac111de364
|
Merge remote branch 'bbb/v0.81-javau51-update' into merge-java-7u51-branch
|
2014-02-19 20:09:56 +00:00 |
|