46a5c909c8
Only load 3rd party JavaScript when config.enableThirdPartyRequests is true.
Jesse Bickel2015-12-04 13:03:10 -06:00
303287f7a6
Fixes a problem with receiving presence for start muted video before creating the stream element, which will end up that the muted video element will hide the avatar.
damencho2015-12-11 14:18:16 -06:00
e0e0baf87e
Makes sure that we keep local video SSRC as a "recvonly" when muted.
paweldomas2015-12-09 23:30:24 -06:00
75a822be66
Removes second audio track for fake FF devices.
damencho2015-12-08 19:00:02 -06:00
08107ca95b
Fixes retrieving correct local ssrc in FF. Fixes tests that were checking for audio levels.
damencho2015-12-08 18:58:12 -06:00
a2c41392dd
Uses a single avatar URL, allows to override gravatar with a custom URL for avatars in interface_config.js.
Boris Grozev2015-12-08 17:19:51 -06:00
f42684d789
Changes enableThirdParty requests to disableThirdParty requests, in order to not change existing behaviour (without changes to config.js).
Boris Grozev2015-12-08 22:51:29 +00:00
1e3ef532aa
Adds 'enforcedBridge' property used to make Jicofo use specific bridge and ignore what BridgeSelector module says.
paweldomas2015-11-20 13:28:42 -06:00
3406802aa8
Uses JWT for token generation in prosody plugin.
paweldomas2015-11-18 12:49:36 -06:00
c2c3d0fd87
Shrink the avatar on contact list to <=30px.
Jesse Bickel2015-12-07 15:52:11 -06:00
0ae702922c
Makes the room parameter lower case.
damencho2015-11-16 16:50:15 -06:00
f9d1fd13df
Fixes an issue where lastN event, includes in the logic local resource and detects it as removed from lastN and schedules update of large video. If we receive this event for newly joined participant and we have pinned the local video, the event triggers update of large video which displays the wrong participant, not the pinned local video.
damencho2015-11-16 13:33:29 -06:00
74c420a609
Adds config option for auto enable desktop sharing when opening an url.
damencho2015-11-13 16:18:22 -06:00
4b62f7f0ac
Adds shortcut to toggle desktop sharing.
damencho2015-11-12 16:56:35 -06:00
fbb5f9b6c1
Merge pull request #361 from bickelj/master
damencho2015-11-12 10:37:35 -06:00
e460f0c8fa
Fixes lastN video change. Resulting 'Uncaught TypeError: stream.getOriginalStream is not a function', problem detected by torture (3 participants and the last one receives last-n changed event on joining and screenshot shows: it is missing one of the participants and logs contain this error).
damencho2015-11-10 16:40:34 -06:00
a5e15025f8
Implements switching streams on firefox by using RTPSender.replaceTrack(). Fixes bugs with switching between camera and screen sharing.
Boris Grozev2015-11-03 11:26:47 -06:00