Felipe Cecagno
|
83ae244485
|
Merge branch 'mconf-live0.7.1-ssl' into mconf-live0.7.3
|
2015-10-19 11:49:36 -02:00 |
|
Felipe Cecagno
|
3e75ddbcee
|
update the websocket server address if the page is loaded using https (so the socket server must be secure as well)
|
2015-09-12 14:13:18 -03:00 |
|
Felipe Cecagno
|
c79be37591
|
Merge branch 'mconf-live0.6.4' into base-for-0.6.4
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/UserGraphicHolder.mxml
|
2015-06-22 17:18:26 -03:00 |
|
Felipe Cecagno
|
a819933ebf
|
Merge branch 'webrtc-reconnect' into mconf-live0.6.3
Conflicts:
bigbluebutton-client/resources/prod/lib/bbb_webrtc_bridge_sip.js
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/WebRTCCallManager.as
|
2015-06-01 22:48:23 -03:00 |
|
Felipe Cecagno
|
ddfbd0b138
|
Merge branch 'webrtc-reconnect' into v0.9.0-release
Conflicts:
bigbluebutton-client/resources/prod/lib/bbb_webrtc_bridge_sip.js
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/WebRTCCallManager.as
|
2015-06-01 22:43:10 -03:00 |
|
Felipe Cecagno
|
cad68ba530
|
make client check compatible with v0.9.0-release
|
2015-05-26 17:03:33 -03:00 |
|
Felipe Cecagno
|
aca0db14e3
|
reduced the ice gathering timeout to 3 seconds instead of 5
|
2015-05-21 12:54:50 -03:00 |
|
Felipe Cecagno
|
b555c579a8
|
Merge branch 'webrtc-timeout' into v0.9.0-release
Conflicts:
bigbluebutton-client/resources/prod/lib/bbb_webrtc_bridge_sip.js
bigbluebutton-client/src/org/bigbluebutton/main/views/WebRTCEchoTest.mxml
|
2015-05-17 23:29:48 -03:00 |
|
Pedro Beschorner Marin
|
ecf21c8664
|
Added a timer to control ICE gathering process
|
2015-04-24 14:11:17 -03:00 |
|
Felipe Cecagno
|
25ddb7958d
|
removed the endTime since it's always null
|
2015-04-17 12:24:12 -03:00 |
|
Pedro Beschorner Marin
|
5fa32ca80e
|
Some cleanup
|
2015-04-17 11:17:54 -03:00 |
|
Pedro Beschorner Marin
|
51cfa5f5fa
|
Surrounded bye so error can be caught and trigger cancel
|
2015-04-16 17:01:23 +00:00 |
|
perroned
|
f0f28f2f76
|
Update method we check call status
|
2015-04-16 08:56:56 -07:00 |
|
perroned
|
19816f060e
|
avoid conflict
|
2015-04-13 04:08:03 -07:00 |
|
Anton Georgiev
|
61d64ad9cc
|
Merge branch 'listen-only-prototype' of github.com:perroned/bigbluebutton into listen-only-prototype
Conflicts:
bigbluebutton-html5/app/client/globals.coffee
|
2015-04-10 19:21:40 +00:00 |
|
Anton Georgiev
|
c4edf0cbf3
|
prepend the callerIdName so it is recognized as a global audio user
|
2015-04-10 18:51:46 +00:00 |
|
perroned
|
8467f40148
|
Documentation for listen only
|
2015-04-06 07:29:25 -07:00 |
|
perroned
|
2580c24f6a
|
cleaned up
|
2015-04-02 08:37:51 -07:00 |
|
perroned
|
4e1ad3b42a
|
Added extra field allowing for listen only
|
2015-03-31 12:35:09 -07:00 |
|
Chad Pilkey
|
f7a99342b5
|
increase webrtc transfer timeout
|
2015-03-25 14:05:26 -07:00 |
|
Mateus Dalepiane
|
2d14eaf531
|
Fix WebRTC user agent callbacks
This applies to connect and disconnect websocket events.
|
2015-03-24 12:51:31 -03:00 |
|
Chad Pilkey
|
afb5787941
|
check for null before calling UA.stop()
|
2015-03-18 15:36:29 -07:00 |
|
Anton Georgiev
|
f62fd4ce31
|
due to this the html5 client was not able to join a voice conf without a flash user already joined
|
2015-03-05 21:10:27 +00:00 |
|
Chad Pilkey
|
eb17e4a056
|
added extra logging information to TURN debugging
|
2015-02-24 12:15:01 -08:00 |
|
Chad Pilkey
|
4336612830
|
fixed a null error and race condition with the TURN support
|
2015-02-24 11:36:14 -08: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 |
|
Calvin Walton
|
1af70d8e4e
|
Use configured stun/turn servers when making webrtc call
|
2015-02-17 12:00:04 -05:00 |
|
Chad Pilkey
|
d6ef5168c0
|
add support for webrtc call transferring, cuts join time in half
|
2015-02-12 14:25:41 -08: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 |
|
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
|
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 |
|
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
|
de7dbd0b44
|
Multiple fixes to our webrtc implementation. Hopefully there's less holes now
|
2014-10-06 14:14:34 -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
|
ae6a4d5fa1
|
on Chrome show webcam permission prompt before webcam preview opened
|
2014-09-01 13:10:50 -07:00 |
|
Richard Alam
|
4ca73b97d5
|
Add stun server to get FF to work behind firewall
|
2014-08-16 13:36:46 -04:00 |
|
Chad Pilkey
|
e2079cc358
|
added escape to the username in sipjs user agent
|
2014-08-11 10:04:02 -07:00 |
|
Chad Pilkey
|
ba6628256a
|
changed a jssip filename to sipjs
|
2014-08-09 12:46:53 -07:00 |
|