Joachim Bauch
72a5d60f9a
Initial UI integration.
...
- Show own fingerprint in settings.
- Show notification in chat while peer identity is requested.
- Show lock icon on encrypted chat messages.
- Show button in chat menu to open dialog with fingerprint of remote peer.
Needs rebuilding of styles after merging.
11 years ago
Joachim Bauch
3e30c10336
Use new encryption service to get end-to-end encryption between peers.
11 years ago
Simon Eisenmann
1cfea7196f
Fixed invalid experimental constraints.
11 years ago
Simon Eisenmann
af194a64b8
Remove deprecated MediaStream.stop api (see https://groups.google.com/a/chromium.org/forum/#\!msg/blink-dev/s0UsMk8i2YM/WpepA4w3mPEJ for details).
11 years ago
Simon Eisenmann
215408598a
Added more sound options and moved them to separate section in settings.
11 years ago
Evan Theurer
652cefb9af
Handle peercall event remoteStreamAdded being triggered without a stream.
11 years ago
Simon Eisenmann
ff8150569b
Load Youtube sandbox content on demand.
11 years ago
Simon Eisenmann
344c5a4484
Add notes about youtube sandbox.
11 years ago
Simon Eisenmann
b3d03b819c
Serve odf and pdf sandbox from the server to prepare CSP http header for Firefox compatibility as Firefox does not support CSP in meta tag (see https://bugzilla.mozilla.org/show_bug.cgi?id=663570 ).
11 years ago
Simon Eisenmann
e35dd0f8a3
Added URL support to sandbox service.
11 years ago
Simon Eisenmann
dc7bbd9b76
Create sandbox iframes on demand rather than always by template code.
11 years ago
Joachim Bauch
4c61ad22a4
Retry loading sandbox through button click.
11 years ago
Simon Eisenmann
9db5b0c674
Reverted timeout while adding videopeer to DOM as it caused issues in FF.
11 years ago
Simon Eisenmann
846544de29
Delay DOM append to avoid flash of unrendered text.
11 years ago
Simon Eisenmann
ff433f12a4
Merged DummyStream implementations into one.
11 years ago
Simon Eisenmann
c6ae526eab
Avoid loosing angular context.
11 years ago
Joachim Bauch
c06d3dd8d7
Implement error handling for YouTube playback.
11 years ago
Simon Eisenmann
a44cedc52d
Allow receiver to receive connections without a stream, by injecting a dummy stream.
11 years ago
Simon Eisenmann
e1c119469d
Correctly reset all styles by switching to invisible video layout renderer.
11 years ago
Simon Eisenmann
af77cc0033
Improved onlyaudio styles.
11 years ago
Simon Eisenmann
fba521352a
Added client side configuration support for WebRTC renegotiation of user media streams.
11 years ago
Simon Eisenmann
0c9b34f57c
Fixed stream vs call clash.
11 years ago
Joachim Bauch
964b5b71c7
Don't use "id" selectors in directives.
11 years ago
Joachim Bauch
40f8528c56
Load YouTube sandbox lazily.
11 years ago
Joachim Bauch
31df90a03a
No need for "allow-same-origin" in presentation sandboxes.
11 years ago
Joachim Bauch
dd6d11dd53
Run WebODF rendering inside sandboxed iframe.
11 years ago
Joachim Bauch
f59eb17cf3
Destroy sandbox API when scope is destroyed.
11 years ago
Joachim Bauch
a1288820bd
Ignore "ready" message here.
11 years ago
Joachim Bauch
c973103c31
Run pdf.js rendering inside sandboxed iframe.
11 years ago
Joachim Bauch
7cc196f4e0
Move sandbox code to own file, refactor common sandboxing code to service.
11 years ago
Joachim Bauch
1727b7edd1
Implement methods to get current position / state.
11 years ago
Joachim Bauch
c8ad76005b
Added seek and volume support, check origins in postMessage receivers.
11 years ago
Joachim Bauch
29fc1baa51
Initial code to support running YouTube player in a sandboxed iframe.
11 years ago
Simon Eisenmann
beff7439b8
Bumped copyright to 2015.
11 years ago
Simon Eisenmann
37ce3c6bfa
Strip spurious slashes and white space in path segments of room names.
11 years ago
Simon Eisenmann
513116f783
We finally have a ui controller.
11 years ago
Simon Eisenmann
9848786145
First step in getting rid of the huge mediastreamcontroller.
11 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.
12 years ago
Simon Eisenmann
04cb4200a7
Reenable chat rooms on certain conditions related to peer connectivity.
12 years ago
Simon Eisenmann
369d53fef9
Reenable chat rooms on certain conditions related to peer connectivity.
12 years ago
Simon Eisenmann
c188dc3755
Removed debug.
12 years ago
Simon Eisenmann
9c8a2af107
Detect full screen exit properly and use :fullscreen style instead of custom class to get black background.
12 years ago
Simon Eisenmann
d13e59c749
Limit chat message send size to 200000 characters to avoid hanging clients.
12 years ago
Simon Eisenmann
ed5a3d7fb7
Use camelCase variable.
12 years ago
Simon Eisenmann
ba58c215b2
Added fall back to lower resolution for 1080p and 720p to avoid sending no video at all when settings were changed to unsupported resolutions.
12 years ago
Simon Eisenmann
457eabf23f
Contacts can now be disabled on server module level (server.conf).
12 years ago
Simon Eisenmann
5401c566b5
Bring back send stereo support by processing sdp correctly and disable AEC when sendStereo is true. The old stereo option is now always true.
12 years ago
Joachim Bauch
a2d44431b1
Use "safeApply" as deferred can be resolved inside angular.js.
12 years ago
Simon Eisenmann
1b9ee09d41
Removed isolated scope from menu.
12 years ago
Simon Eisenmann
2c583de0c8
Also add dummy streams to streams mapping.
12 years ago