137 Commitit (84f72c1b73e3792dd127f1220c7b6692b51fa20a)

Tekijä SHA1 Viesti Päivämäärä
  Boris Grozev fe724ef7dc Avoid unnecessary traversal. 9 vuotta sitten
  paweldomas f6d730794e Deal with the WebRTC streams on per track basis 9 vuotta sitten
  paweldomas e72d0df947 Comment out unused method 9 vuotta sitten
  paweldomas c8ab78efff Simplify the loop and fix formatting(line limit), add null check 9 vuotta sitten
  paweldomas b58a6f06dc Fix the naming of RTC.removeRemoteTrack 9 vuotta sitten
  paweldomas 19df65f3e5 Rename "stream" to "track" in RTC context plus fixes 9 vuotta sitten
  paweldomas 02d631075d Name the var what it really is and detect potential issue 9 vuotta sitten
  paweldomas 2534e623fc Add VideoType 9 vuotta sitten
  paweldomas 0f3cd3b873 Add MediaType 9 vuotta sitten
  paweldomas e90eb532b9 Require RTCUtils in JitsiTrack 9 vuotta sitten
  paweldomas 6b25f9cd20 Add missing semicolons, break some comments at line limit 9 vuotta sitten
  paweldomas 9c0e7afca2 Remove unused/invalid call 9 vuotta sitten
  hristoterezov 2f026f8ff1 Changes FIXME comment about the data channels 9 vuotta sitten
  hristoterezov eab5873d89 Fixes issues realted to JitsiConference.leave() 9 vuotta sitten
  isymchych fa9fe84e23 integration with NW.js 9 vuotta sitten
  damencho f18f56989d Fixes audio mute/unmute all. 9 vuotta sitten
  damencho e8739706e1 Renames some variables. 9 vuotta sitten
  paweldomas 2db4f555e1 Fixes 'arg' undefined in ScreenObtainer 9 vuotta sitten
  damencho b40b0c19d1 Rejects unmute promise if error is cought. 9 vuotta sitten
  damencho a1bef9da5c Moves common logic in util function. 9 vuotta sitten
  damencho e4d455a242 Returns Promise from mute/unmute and ignores requests while mute/unmuting is in progress. Moves mute/unmute methods to JitsiLocalTrack as said in API docs. 9 vuotta sitten
  damencho 58d1f9b345 Removes unused events. 9 vuotta sitten
  damencho 104bf2363b Adds an error for user canceling the window choosing window/desktop when sharing desktop. 9 vuotta sitten
  damencho f7e63c5850 Adds some more logged info and error type for chrome installation failure. 9 vuotta sitten
  hristoterezov 1c9eed44c5 Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event. 9 vuotta sitten
  damencho 74f126c905 Fixes attaching onended handler when using Temasys. 9 vuotta sitten
  damencho 352de0b818 Fixes undefined error in getResourceBySSRC when local video or audio track is stopped, reported to happen sometimes with desktop sharing. 9 vuotta sitten
  hristoterezov 43c1d3f38f Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP. 9 vuotta sitten
  isymchych cfa609673b add helper to extract stream id from the video element 9 vuotta sitten
  hristoterezov 4220f6cde8 Fixes issue with adding muted video stream to peerconnection. 9 vuotta sitten
  damencho 16fb903b09 Fixes reporting local resolution when simulcast is enabled. Removes storing localSSRCs in JingleSessionPC and use the available ssrcs from the local tracks. 9 vuotta sitten
  paweldomas 3819387f78 Fixes crash on "this.rtc" being "undefined" when JitsiLocalTrack.attach is called before it's added to the conference. 9 vuotta sitten
  isymchych 00733623f1 fail if user is trying to add second video track to the conference 9 vuotta sitten
  isymchych cdf871dc2f allow to select devices on Firefox 9 vuotta sitten
  hristoterezov 5928488dc7 Changes video mute/unmute implementation. JitsiLocalTrack objects store information about the SSRCs. On video mute / unmute operation no jingle packets are sent anymore. 9 vuotta sitten
  paweldomas 6f6b409951 Passes the info about stream renderer element id to CallStats. 9 vuotta sitten
  yanas 39ed8800c4 Re-order resolution preference, so that we always preference 16:9 ratio when we fallback. 9 vuotta sitten
  paweldomas 0c33f7c53a Uses 'null' in JitsiTrack.detach, but sets empty string in Chrome implementation when the src is not specified. 9 vuotta sitten
  isymchych d21dbbaba1 fix name of audio device 9 vuotta sitten
  Thorsten Basse c5b497094b fix(JitsiTrack): set video element src to empty string instead of null on #detach() 9 vuotta sitten
  damencho 893178eabc Fixes remote video resolution reporting. 9 vuotta sitten
  damencho f3cb890a27 Leaves ssrcOwners for local use in JingleSessionPC, uses remote streams from RTC for ssrc mapping to resources. For local video/audio stream ssrc to resource we use JingleSessionPC.localStreamsSSRC. 9 vuotta sitten
  damencho ad92eb5a08 Clears remoteStream when user leaves. 9 vuotta sitten
  damencho df2af2ff3c Renames variable. 9 vuotta sitten
  isymchych 095ef33da9 return promise in addTrack and removeTrack 9 vuotta sitten
  paweldomas 79bafdd7c5 Adds more utility methods to RTCUIHelper. 9 vuotta sitten
  paweldomas c412071839 JitsiTrack#attach method will show back hidden stream element if Temasys plugin is in use. 9 vuotta sitten
  paweldomas 495606e352 Adds RTCUIHelper class which gathers methods specific to WebRTC and UI. 9 vuotta sitten
  Ivan Loire 07d5921e80 Fixes asynchronous error handling when chrome.webstore.install throws an exception 9 vuotta sitten
  paweldomas e4785039e4 Modifies the semantics of JitsiTrack#attach method, so that it will return current stream container instance. Also it now takes HTML element instance directly instead of jQuery selector. 9 vuotta sitten