123 Revize (ffca0d277797bc2682a3fa58b53beb5fafcc6e73)

Autor SHA1 Zpráva Datum
  isymchych fa9fe84e23 integration with NW.js před 10 roky
  damencho f18f56989d Fixes audio mute/unmute all. před 10 roky
  damencho e8739706e1 Renames some variables. před 10 roky
  paweldomas 2db4f555e1 Fixes 'arg' undefined in ScreenObtainer před 10 roky
  damencho b40b0c19d1 Rejects unmute promise if error is cought. před 10 roky
  damencho a1bef9da5c Moves common logic in util function. před 10 roky
  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. před 10 roky
  damencho 58d1f9b345 Removes unused events. před 10 roky
  damencho 104bf2363b Adds an error for user canceling the window choosing window/desktop when sharing desktop. před 10 roky
  damencho f7e63c5850 Adds some more logged info and error type for chrome installation failure. před 10 roky
  hristoterezov 1c9eed44c5 Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event. před 10 roky
  damencho 74f126c905 Fixes attaching onended handler when using Temasys. před 10 roky
  damencho 352de0b818 Fixes undefined error in getResourceBySSRC when local video or audio track is stopped, reported to happen sometimes with desktop sharing. před 10 roky
  hristoterezov 43c1d3f38f Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP. před 10 roky
  isymchych cfa609673b add helper to extract stream id from the video element před 10 roky
  hristoterezov 4220f6cde8 Fixes issue with adding muted video stream to peerconnection. před 10 roky
  damencho 16fb903b09 Fixes reporting local resolution when simulcast is enabled. Removes storing localSSRCs in JingleSessionPC and use the available ssrcs from the local tracks. před 10 roky
  paweldomas 3819387f78 Fixes crash on "this.rtc" being "undefined" when JitsiLocalTrack.attach is called before it's added to the conference. před 10 roky
  isymchych 00733623f1 fail if user is trying to add second video track to the conference před 10 roky
  isymchych cdf871dc2f allow to select devices on Firefox před 10 roky
  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. před 10 roky
  paweldomas 6f6b409951 Passes the info about stream renderer element id to CallStats. před 10 roky
  yanas 39ed8800c4 Re-order resolution preference, so that we always preference 16:9 ratio when we fallback. před 10 roky
  paweldomas 0c33f7c53a Uses 'null' in JitsiTrack.detach, but sets empty string in Chrome implementation when the src is not specified. před 10 roky
  isymchych d21dbbaba1 fix name of audio device před 10 roky
  Thorsten Basse c5b497094b fix(JitsiTrack): set video element src to empty string instead of null on #detach() před 10 roky
  damencho 893178eabc Fixes remote video resolution reporting. před 10 roky
  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. před 10 roky
  damencho ad92eb5a08 Clears remoteStream when user leaves. před 10 roky
  damencho df2af2ff3c Renames variable. před 10 roky
  isymchych 095ef33da9 return promise in addTrack and removeTrack před 10 roky
  paweldomas 79bafdd7c5 Adds more utility methods to RTCUIHelper. před 10 roky
  paweldomas c412071839 JitsiTrack#attach method will show back hidden stream element if Temasys plugin is in use. před 10 roky
  paweldomas 495606e352 Adds RTCUIHelper class which gathers methods specific to WebRTC and UI. před 10 roky
  Ivan Loire 07d5921e80 Fixes asynchronous error handling when chrome.webstore.install throws an exception před 10 roky
  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. před 10 roky
  hristoterezov 7b0343a017 Creates link element in the head the screen sharing from the JS code před 10 roky
  hristoterezov bed4826e46 Added videotype for remote streams před 10 roky
  isymchych 7c3ea3984d do not throw error when attaching audio stream to hidden element on Safari před 10 roky
  isymchych abcc2ab98b ensure that video element is visible before attaching stream with Temasys před 10 roky
  hristoterezov 2f5add6ef9 Fixes issue in PR #463 před 10 roky
  yanas d7d5ab67a9 Fixes Last N event duplicating another event, causing exception when used in the client app. před 10 roky
  isymchych 96adaf5e65 handle PRESENCE_STATUS event před 10 roky
  isymchych ff3e05f5ea propagate FIREFOX_EXTENSION_NEEDED event před 10 roky
  Thorsten Basse 285d5a872c Add `deviceId` which was used to create `JitsiLocalTrack` to the object to re-use it when unmuting the track před 10 roky
  damencho e49bd553f8 Fixes start video muted and remote audio. před 10 roky
  hristoterezov b8682c6a83 Add callstats support před 10 roky
  damencho 882c4402e5 Fixes issue with start muted video, as we are now removing the stream. We now create a dummy video track which we report as muted. před 10 roky
  paweldomas 3177c7fb70 Does not call track.stop() when Temasys plugin is used which will freeze the browser when switching back from screen streaming. před 10 roky
  hristoterezov d043d9f16a Fixes issues with 'firefox extension needed' error před 10 roky