paweldomas
cb024be2d6
Fixes locking at WaitForPluginReady with Temasys plugin install detection.
2015-08-12 14:21:08 +02:00
paweldomas
4c4e99c51a
Updates Temasys adapter.screenshare.js. Browser restart is no longer required after plugin install.
2015-08-12 14:20:51 +02:00
paweldomas
ab4c29eddc
Fixes video mute in Firefox. Disables VideoSSRCHack for Firefox by default.
2015-08-07 12:58:03 +02:00
paweldomas
c288aa6e84
Fixes issue with toggling video mute in FF caused by the fact that it has no 'onended' callback handling implemented.
2015-08-07 12:57:48 +02:00
paweldomas
e5d03d1d11
Fixes GUM failure with the latest FF nightly plus cleanup.
2015-08-07 12:57:43 +02:00
paweldomas
74e7507a73
Re-uses SSRC of the first video stream created for any streams created in future. Does video mute and switching to the screen stream without 'source-add'/'source-remove' signaling. Moves video type signaling from Jingle to MUC presence.
2015-08-05 14:10:08 +02:00
bgrozev
fdb470d22f
Merge pull request #330 from jitsi/remove-rtcp-mux-from-config
...
Removes the useBundle and useRtcpMux options from config.js. These are
2015-08-03 11:32:43 -05:00
bgrozev
c163a22415
Merge pull request #331 from jitsi/enable-noice-reduction
...
Re-enables video noise reduction (removes a workaround for M37).
2015-08-03 11:32:38 -05:00
Boris Grozev
2c790f86ad
More formatting fixes.
2015-07-31 14:28:23 -05:00
Boris Grozev
be6d7af377
Cleanup: fixes to style, typos and documentation.
2015-07-31 14:22:20 -05:00
bgrozev
a7058747ac
Updates a call to setMute().
2015-07-30 10:51:50 -05:00
paweldomas
8469a282c1
Fixes inconsistent local video muted status.
2015-07-30 14:21:32 +02:00
Boris Grozev
4cac7ac97f
Re-enables video noise reduction (removes a workaround for M37).
2015-07-29 11:28:58 -05:00
Boris Grozev
b0c81985d4
Removes the useBundle and useRtcpMux options from config.js. These are
...
now fully supported by jitsi-videobridge and all browsers which we
support (and if we need to enable them conditionally because of browser
compatibility in the future, we should do it based on run-time browser
detection.)
2015-07-29 11:26:50 -05:00
Devin Wilson
d44aed2c11
Remove duplicate handler
2015-07-22 13:38:28 -06:00
Devin Wilson
9bbf17e541
Remove UI references from RTC
2015-07-22 13:37:34 -06:00
paweldomas
0902cbb164
Fixes problems with Temasys plugin support in Safari.
2015-07-22 13:58:51 +02:00
Boris Grozev
cb7ff545b6
Abstracts unified and plan B checks.
2015-07-21 16:56:48 -05:00
paweldomas
bc935eb5dc
Fixes broken video in FF
2015-07-21 10:16:18 +02:00
paweldomas
879fb9a590
Adds getters for peer video selectors and simplifies the code a little bit.
2015-07-15 12:11:58 +02:00
paweldomas
a1b0677442
Moves SSRC owner signaling from MUC presence to Jingle.
2015-07-14 15:35:13 +02:00
paweldomas
ae759fab5b
Adds IE support through Temasys WebRTC plugin.
2015-07-10 11:57:20 +02:00
paweldomas
6ec7be09f2
Fixes issue with switching to the screen stream before conference starts(when we're still alone in the room).
2015-07-09 15:04:08 +02:00
hristoterezov
f11c3b94ed
Moves some methods from avatar to videolayout.
2015-06-29 17:24:21 +03:00
hristoterezov
506312ac95
Integrates callstats.io API.
2015-06-26 15:32:40 +03:00
hristoterezov
6a492d96c2
Refactors VideoLayout.js.
2015-06-23 11:00:46 +03:00
George Politis
5f48e4cf9d
Revert "Updates the license headers."
...
This reverts commit 93648f361b
.
2015-06-18 18:59:41 +02:00
George Politis
93648f361b
Updates the license headers.
2015-06-18 16:17:09 +02:00
George Politis
23f1dc174e
Refactors simulcast support.
2015-06-10 13:35:05 +02:00
gpolitis
b0d2a79873
Require FF 40 or above for a good experience.
2015-05-28 11:45:10 +02:00
hristoterezov
099e3340bc
Implements start muted feature.
2015-05-19 18:03:01 +03:00
George Politis
2c9d0606c3
Attempts to fix #258
2015-05-15 15:32:01 +02:00
hristoterezov
cc1ad1bc13
Implement the functionality that allows users to start the conversation muted.
2015-04-22 12:31:08 +03:00
Boris Grozev
5d17cd0bcc
Merge branch 'dtmf'
2015-04-12 14:24:33 +02:00
Boris Grozev
886fb2ac43
Fix typos and rename event names for purposes of clarity.
2015-04-08 12:30:48 +02:00
George Politis
e98c8ada6a
Nukes the enableFirefoxSupport config param.
2015-03-31 13:02:59 +02:00
George Politis
ce8aa961ea
Lowers FF requirement to v38.
2015-03-31 12:33:04 +02:00
hristoterezov
520e655100
Fixes issue with video mute indicator.
2015-03-30 17:19:35 +03:00
hristoterezov
0e0f7d7ccb
Fixes issue with available devices icons
2015-03-27 15:56:17 +02:00
hristoterezov
58cc21d417
Changes the implementation to show availability of video and sound devices.
2015-03-27 11:36:39 +02:00
hristoterezov
dbcfc92dc4
Changes the implementation to allow users without audio and video to join the conferences. Fixes issue with switching off desktop sharing for audio only users.
2015-03-24 17:43:33 +02:00
hristoterezov
3a0ee11ccd
Turns off the camera when video is muted on https connection.
2015-03-23 18:12:24 +02:00
hristoterezov
db2296953d
Merge pull request #233 from odotom/odotom-patch-2-2
...
Update RTC.js
2015-03-19 16:57:17 +02:00
hristoterezov
0da2547360
Fixes the size of the desktop streaming video for remote peer.
2015-03-17 18:46:08 +02:00
George Politis
66a53c7dc0
Redirects to unsupported browser page for FF < 39.
2015-03-13 10:19:54 +01:00
George Politis
d9f7b8b6cc
Adds a comment about how FF handles the video.src attribute.
2015-03-05 11:26:44 +01:00
George Politis
05bbfda5bb
Adds support for FF/multistream.
2015-03-04 21:33:06 +01:00
hristoterezov
af682f8727
Changes the configuration of translation module to retrieve the resources synchronous. Removes the default values.
2015-02-26 17:35:35 +02:00
hristoterezov
d4f00d76ab
Removes webrtcrequired.html.
2015-02-25 11:07:33 +02:00
hristoterezov
37282e63b3
Fixes the references with chromeonly page.
2015-02-24 18:24:39 +02:00