Simon Eisenmann
|
a44cedc52d
|
Allow receiver to receive connections without a stream, by injecting a dummy stream.
|
10 years ago |
Simon Eisenmann
|
e1c119469d
|
Correctly reset all styles by switching to invisible video layout renderer.
|
10 years ago |
Simon Eisenmann
|
9396548d9a
|
Make it possible to create peer connection in renegotiation mode without any stream.
|
10 years ago |
Simon Eisenmann
|
af77cc0033
|
Improved onlyaudio styles.
|
10 years ago |
Simon Eisenmann
|
eab339aed1
|
Implemented support to apply changed user media constraints on the fly in existing connections.
|
10 years ago |
Simon Eisenmann
|
6c1e9791d5
|
Added renegotiation configuration to server.
|
10 years ago |
Simon Eisenmann
|
fba521352a
|
Added client side configuration support for WebRTC renegotiation of user media streams.
|
10 years ago |
Simon Eisenmann
|
84391f5a8f
|
Never try to add a stream without audiotrack to audio processor.
|
10 years ago |
Simon Eisenmann
|
0c9b34f57c
|
Fixed stream vs call clash.
|
10 years ago |
Simon Eisenmann
|
00348fa6fd
|
Added support to control Opus DTX.
|
10 years ago |
Joachim Bauch
|
40f8528c56
|
Load YouTube sandbox lazily.
|
10 years ago |
Joachim Bauch
|
31df90a03a
|
No need for "allow-same-origin" in presentation sandboxes.
|
10 years ago |
Simon Eisenmann
|
2f85b039ed
|
Handle slow loads of web fonts and rebuilt styles.
|
10 years ago |
Joachim Bauch
|
b448296ed0
|
Updated pdf.js to 1.0.1040
|
10 years ago |
Joachim Bauch
|
caa8e6c4a4
|
Removed debug output.
|
10 years ago |
Joachim Bauch
|
dd6d11dd53
|
Run WebODF rendering inside sandboxed iframe.
|
10 years ago |
Joachim Bauch
|
f59eb17cf3
|
Destroy sandbox API when scope is destroyed.
|
10 years ago |
Joachim Bauch
|
a1288820bd
|
Ignore "ready" message here.
|
10 years ago |
Joachim Bauch
|
c973103c31
|
Run pdf.js rendering inside sandboxed iframe.
|
10 years ago |
Joachim Bauch
|
cbe9c0b51f
|
Don't use global "encodeURI".
|
10 years ago |
Simon Eisenmann
|
4db499cca3
|
MJPEG fix was backported to FF38. So we allow HD constraints starting with FF38 now.
|
10 years ago |
Joachim Bauch
|
7cc196f4e0
|
Move sandbox code to own file, refactor common sandboxing code to service.
|
10 years ago |
Joachim Bauch
|
6e54e7fc16
|
Added API to get absolute url.
|
10 years ago |
Joachim Bauch
|
1727b7edd1
|
Implement methods to get current position / state.
|
10 years ago |
Joachim Bauch
|
c8ad76005b
|
Added seek and volume support, check origins in postMessage receivers.
|
10 years ago |
Joachim Bauch
|
29fc1baa51
|
Initial code to support running YouTube player in a sandboxed iframe.
|
10 years ago |
Simon Eisenmann
|
beff7439b8
|
Bumped copyright to 2015.
|
10 years ago |
Simon Eisenmann
|
0a3f2cb879
|
Expose authorizing flag in scope and hide sign-in button when true.
|
10 years ago |
Simon Eisenmann
|
22c1e889cc
|
Do not strip spaced in room path parts.
|
10 years ago |
Simon Eisenmann
|
37ce3c6bfa
|
Strip spurious slashes and white space in path segments of room names.
|
10 years ago |
Simon Eisenmann
|
e0fa8c8b43
|
Allow slashes unquoted in room names. This brings nested rooms.
|
10 years ago |
Simon Eisenmann
|
513116f783
|
We finally have a ui controller.
|
10 years ago |
Simon Eisenmann
|
9df314a37f
|
Use new Name field to send room name, rather than deprectated Id field.
|
10 years ago |
Simon Eisenmann
|
69db76290d
|
Added server side ApiVersion returned with self to distinguish client and server API version support.
|
10 years ago |
Simon Eisenmann
|
4025f0fa76
|
Sync API version with docs and bumped to 1.4.
|
10 years ago |
Simon Eisenmann
|
8c4298d82a
|
Bumped server API version to 1.2.
|
10 years ago |
Simon Eisenmann
|
fff50faa2d
|
Bring back title attribute on logo.
|
10 years ago |
Simon Eisenmann
|
3b52da2d82
|
Added increasing delay on reconnect to avoid killing slow browsers by reconnecting too fast. Reconnect delay now goes up to 10 seconds in 500 ms steps.
|
10 years ago |
Simon Eisenmann
|
ac24895d94
|
Moved more stuff to appcontroller.
|
10 years ago |
Simon Eisenmann
|
9848786145
|
First step in getting rid of the huge mediastreamcontroller.
|
10 years ago |
Simon Eisenmann
|
cb0ade48df
|
Added conversion for older po2json generated files.
|
10 years ago |
Simon Eisenmann
|
c5a91562fc
|
Added selection to make screen, window and application possible in Firefox.
|
10 years ago |
Simon Eisenmann
|
5bea610568
|
Bumped constraints support for HD to FF 40 to make sure MJPEG works fine.
|
10 years ago |
Simon Eisenmann
|
0c6d47b38c
|
Enable HD constraints for FF >= 38 as https://bugzilla.mozilla.org/show_bug.cgi?id=1151628 was fixed. Lets hope it will land in 38.
|
10 years ago |
Simon Eisenmann
|
ccdd51fd74
|
Worked to get screen sharing to FF.
Use new mediaDevices service.
Prepare to support video constraints in FF>=38.
Disable HD constraints for Firefox.
|
10 years ago |
Evan Theurer
|
5d2b7432da
|
Revert incorrect changes made in 6332450 to the translation api.
|
10 years ago |
Simon Eisenmann
|
e2dcbef0d5
|
No longer include Google STUN as default in client. This allows setups without a STUN server.
|
10 years ago |
Simon Eisenmann
|
9fd3826897
|
Use constraints service for TURN and STUN data.
|
10 years ago |
Simon Eisenmann
|
04cb4200a7
|
Reenable chat rooms on certain conditions related to peer connectivity.
|
10 years ago |
Simon Eisenmann
|
369d53fef9
|
Reenable chat rooms on certain conditions related to peer connectivity.
|
10 years ago |