Richard Alam
|
cc9e0c9151
|
Merge pull request #3618 from riadvice/detect-https-in-bbb_webrtc_bridge_sip.js
Auto detect https in bbb_webrtc_bridge_sip.js and select between wss and ws
|
2017-02-07 14:45:04 -05:00 |
|
Anton Georgiev
|
ad35758cb9
|
initialize html5StunTurn properly - complication from PR 3628
|
2017-02-03 13:57:29 -05:00 |
|
Anton Georgiev
|
22bb2a8200
|
fix bug preventing stun/turn call
|
2017-02-03 11:25:04 -05:00 |
|
Ghazi Triki
|
0d6acd27b4
|
Auto detect https in bbb_webrtc_bridge_sip.js and select between wss and ws
|
2017-01-31 19:31:27 +01:00 |
|
Matthew Marangoni
|
7fb492894e
|
Added exiting audio
|
2016-10-25 14:16:40 -07:00 |
|
Matthew Marangoni
|
d21545c847
|
added html5 stun request and reply
|
2016-10-25 07:59:14 -07:00 |
|
Richard Alam
|
e0b756cce9
|
Fix issue 3204
- Need to pass sessionToken to get stuns for webrtc call.
|
2016-07-15 18:05:08 +00:00 |
|
Chad Pilkey
|
5dd6d86b36
|
upgrade sip.js to 0.7.5
|
2016-07-07 21:06:11 +00:00 |
|
Felipe Cecagno
|
d98bee07cf
|
Merge webrtc-reconnect into bigbluebutton/master
Conflicts:
bigbluebutton-client/resources/prod/lib/bbb_webrtc_bridge_sip.js
bigbluebutton-client/src/org/bigbluebutton/main/model/users/AutoReconnect.as
bigbluebutton-client/src/org/bigbluebutton/modules/phone/managers/WebRTCCallManager.as
|
2016-01-12 15:27:01 -02:00 |
|
Chad Pilkey
|
03d2a376ad
|
added in a 30s total timeout on iceGathering
|
2015-11-04 16:44:15 -08:00 |
|
Anton Georgiev
|
a38f5b642a
|
Merge branch 'master' of github.com:bigbluebutton/bigbluebutton into audio-fix
|
2015-10-07 15:10:55 +00:00 |
|
Anton Georgiev
|
0f5c19e13b
|
reset userAgent and callerIdName so we can switch between audio joining modes
|
2015-10-07 15:09:08 +00:00 |
|
Richard Alam
|
a2cf908425
|
- convert all extarnal ids in js api into internal user ids as using external user ids breaks when
a user joins twice into the meeting
|
2015-10-06 17:57:39 +00:00 |
|
Richard Alam
|
93dd5186b4
|
- user internal user id for user in the voice conf
|
2015-09-30 18:55:17 +00:00 |
|
Chad Pilkey
|
760b7b306a
|
add in an ICE connection timeout set to 60s
|
2015-08-26 16:56:52 -04: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 |
|