Commit Graph

10526 Commits

Author SHA1 Message Date
Philipp Hancke a7e162b002 srcElement is not defined in FF? 2014-04-07 15:29:30 +02:00
yanas f8070b621a Adds mute indication when someone is muted. 2014-04-07 12:16:49 +02:00
Philipp Hancke cb5df3be84 bug turned out not to be a bug 2014-04-07 11:51:33 +02:00
Philipp Hancke 97e25e8665 improve social network shares by giving the web spiders more data 2014-04-03 13:07:32 +02:00
Boris Grozev d7ed97ef3a Updates the DTLS fingerpring XML namespace. 2014-04-02 20:28:40 +02:00
paweldomas 83a685bca6 Automatically initializes Chrome Web Store inline install URL with extension ID defined in config.js. 2014-04-01 13:19:57 +02:00
yanas 0fe46675de Updates versions. 2014-03-31 14:53:40 +02:00
yanas e27da40bb2 Fixes display name escape problem (Issue #54). Fixes selecting of remote video when clicking the display name. 2014-03-31 14:49:33 +02:00
paweldomas e50be0e3b9 Fixes extension version parsing. Increases extension version. 2014-03-28 13:48:51 +01:00
paweldomas 002c984415 Updates extension version. 2014-03-28 11:08:16 +01:00
paweldomas dbc0966334 Fixes desktop positioning and sizing. 2014-03-28 11:06:58 +01:00
Emil Ivov 53c5c16f8d changes default title 2014-03-28 11:03:17 +01:00
Yana Stamcheva 99778a23dc Fixes videomask url. 2014-03-28 10:04:53 +01:00
Yana Stamcheva 8bd92e445b Updates js versions. 2014-03-27 23:17:24 +01:00
yanas 7298e4df4a Etherpad fills all horizontal space. 2014-03-27 22:59:34 +01:00
paweldomas 2cbdc43e78 Adopts Prezi URL check to match default share links. 2014-03-27 18:09:05 +01:00
paweldomas 81df90897f Show local camera in large video after we re-become the only person in a conference. 2014-03-27 13:47:08 +01:00
paweldomas 39895ed137 Fixes conference recreation issues when focus leaves. 2014-03-27 10:30:53 +01:00
paweldomas cc03ace1b4 Selects the way how large video is measured based on current video type(camera or desktop). Makes sure that whole desktop video will be displayed. Removes redundant event handlers. 2014-03-26 19:06:34 +01:00
paweldomas 9797ad7d84 Reduces amount of checks for desktop sharing enabled state. 2014-03-26 12:32:42 +01:00
paweldomas 384eac3807 Fixes crash on Android when resolution is undefined in get user media. 2014-03-26 11:41:29 +01:00
yanas a0807f7bad Updates versions. 2014-03-26 11:40:47 +01:00
yanas 102680512b Beta version of the new meet.jit.si interface. 2014-03-26 11:33:46 +01:00
paweldomas a049bcde71 Obtaining audio+video stream and closing it in order to reduce permission queries makes sense only on HTTPS sites. 2014-03-25 10:30:28 +01:00
paweldomas 68b8512b27 Fixes NPE. Prevents from asking for permission twice(by obtaining audio+video stream and closing it). 2014-03-24 18:31:59 +01:00
paweldomas 4bb8c3c48c Fixes bug with allocation of new PeerConnection, before the conference has started. Closes PeerConnection for non focus participant on beforeunload. 2014-03-24 16:55:33 +01:00
Boris Grozev e90e37ef83 Fix a syntax error introduced in 5efe0cb2f9 2014-03-18 11:58:20 +01:00
paweldomas a1a0f5d4cf Adds shared screen media type to presence. Removes unnecessary log msg. 2014-03-18 10:18:38 +01:00
Boris Grozev 5efe0cb2f9 Adds 'endpoint' attributes to colibri channels. Sets the 'endpoint' for all
channels for a participant to the same value. For the focus
'fix_me_focus_endpoint' is temporarily used. For other participants, the
'resource' part of their MUC occupant jid is used.
2014-03-17 18:45:58 +01:00
paweldomas 1f51021041 Allows to switch to desktop stream from the very beginning of the conference. 2014-03-17 16:43:06 +01:00
paweldomas d5a1fe636d Adds support for inline installs of Jitmeet Chrome extension. Automatically hides desktop sharing button based on supported Chrome version. 2014-03-17 14:00:47 +01:00
paweldomas 452704d6b3 Adds desktop streaming using Chrome extension. Does not flip local screen preview. 2014-03-17 10:02:40 +01:00
paweldomas 0da0f865a1 Fixes broken video muting. 2014-03-13 14:44:44 +01:00
paweldomas 3e34df8730 Makes it possible to switch video streams during the session. Adds desktop sharing feature for chrome. 2014-03-13 14:44:44 +01:00
paweldomas a5951df0d9 Extracts base class for ColibriFocus and JingleSession. 2014-03-13 14:44:43 +01:00
paweldomas a2633e20e8 Removes unused remoteStream variable. Fixes stream removal from remoteStreams array. 2014-03-13 14:44:42 +01:00
paweldomas 9fd03e1bef Handles audio and video streams separately. Minor fixes. 2014-03-13 14:44:42 +01:00
paweldomas 8b96d134e3 Moves duplicated methods to peer connection adapter. 2014-03-13 14:44:41 +01:00
Emil Ivov 100422dafc Update webrtcrequired.html 2014-03-12 23:09:07 +02:00
paweldomas e2bc717eeb Adds strophe logger implementation. 2014-03-06 15:31:54 +01:00
paweldomas 3c7de1a79d Splits strophe and colibri libs into separate scripts. 2014-03-06 15:28:36 +01:00
paweldomas 7ac2bad8e1 Fixes typo with removessrc initialization. 2014-03-05 17:10:06 +01:00
Philipp Hancke 056f80d844 dont allocate extra unused channels, fixes issue #49 2014-03-05 07:00:43 +01:00
Philipp Hancke 4b1d1c31d4 Merge pull request #47 from mduggan/jshint
jshint cleanups
2014-03-04 14:11:19 +01:00
Matthew Duggan 8314936a14 jshint cleanups
- equality operators
- missing/excess semicolons
- trailing whitespace
2014-03-01 16:39:39 +09:00
Emil Ivov ab23f571ab Minor adjustments 2014-02-28 23:43:24 +02:00
Emil Ivov 87ebec90a1 Update chromeonly.html 2014-02-28 23:40:03 +02:00
Emil Ivov 84106a2aeb Updates the chromeonly page as per #44 2014-02-28 23:32:12 +02:00
Philipp Hancke 1be8332512 bump strophe.jingle version; refactored drip ice 2014-02-27 16:27:52 +01:00
yanas 85351d9cb2 Updates js versions. 2014-02-27 09:40:12 +02:00