315 Commit (e4d455a242be9eb16a66b7b95f0acb94cca3b03b)
 

Autore SHA1 Messaggio Data
  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 anni fa
  yanas 794a815a94 Merge pull request #29 from damencho/ds-error-handle 9 anni fa
  damencho f412f40438 Merge remote-tracking branch 'upstream/master' into ds-error-handle 9 anni fa
  damencho 89dad68c7f Merge pull request #25 from jitsi/fix_track_removed_event 9 anni fa
  damencho 938e59d09f Merge branch 'master' into fix_track_removed_event 9 anni fa
  damencho 58d1f9b345 Removes unused events. 9 anni fa
  damencho 104bf2363b Adds an error for user canceling the window choosing window/desktop when sharing desktop. 9 anni fa
  damencho f7e63c5850 Adds some more logged info and error type for chrome installation failure. 9 anni fa
  damencho cb75a76912 Merge pull request #2 from iloire/fix-chrome-installation-error-handler 9 anni fa
  hristoterezov 1c9eed44c5 Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event. 9 anni fa
  Paweł Domas 03d9c6e1ee Merge pull request #26 from isymchych/fix-auth 9 anni fa
  isymchych ebd524c436 add AUTH_STATUS_CHANGED event 9 anni fa
  isymchych e2154a2a5f store userId and callStatsUserName globally (was per-conference) 9 anni fa
  hristoterezov 59cd39c9c2 Moves the code that trigger TRACK_REMOVED events for remote track to use peerconnection event instead of relying on TRACK_STOPPED event. 9 anni fa
  Paweł Domas 0a25a5d606 Merge pull request #24 from damencho/onended-temasys 9 anni fa
  Paweł Domas 79a411ed2c Merge pull request #23 from damencho/fix-undefined-getResourceBySSRC 9 anni fa
  damencho 74f126c905 Fixes attaching onended handler when using Temasys. 9 anni fa
  damencho 352de0b818 Fixes undefined error in getResourceBySSRC when local video or audio track is stopped, reported to happen sometimes with desktop sharing. 9 anni fa
  damencho 0d839fa055 Merge pull request #22 from jitsi/fix_torture 9 anni fa
  hristoterezov 43c1d3f38f Fixes the sources in session-accept jingle packets. Fixes issue with not replacing unmuted SSRCs in the SDP. 9 anni fa
  paweldomas 2f66a56c4c Merge remote-tracking branch 'isymchych/improve-leave' 9 anni fa
  George Politis d86729670b Merge pull request #21 from damencho/fix-ff-desktopsharing 9 anni fa
  damencho f4eb4450d5 Fixes this reference in removeStream method. 9 anni fa
  Paweł Domas df3e28d729 Merge pull request #19 from isymchych/video-source-helper 9 anni fa
  isymchych 9df12f9fa2 remove all participants and tracks when leaving the room 9 anni fa
  isymchych cfa609673b add helper to extract stream id from the video element 9 anni fa
  hristoterezov 4220f6cde8 Fixes issue with adding muted video stream to peerconnection. 9 anni fa
  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 anni fa
  damencho f89bf90bb7 Fixes loss reporting. 9 anni fa
  hristoterezov 490d825ef9 Fixes issues in example.js 9 anni fa
  hristoterezov 6d5c36bfc6 Merge pull request #16 from paweldomas/fix_local_track_attach 9 anni fa
  paweldomas 3819387f78 Fixes crash on "this.rtc" being "undefined" when JitsiLocalTrack.attach is called before it's added to the conference. 9 anni fa
  Paweł Domas f7edc370ce Merge pull request #15 from isymchych/fix-auth-dialog 9 anni fa
  Paweł Domas 683ab24f50 Merge pull request #14 from isymchych/only-one-video-stream 9 anni fa
  Paweł Domas 88d585cd68 Merge pull request #13 from isymchych/enumerate-devices-ff 9 anni fa
  isymchych f449bc34d8 fix Settings save to actually save data localstrage 9 anni fa
  isymchych 00733623f1 fail if user is trying to add second video track to the conference 9 anni fa
  isymchych cdf871dc2f allow to select devices on Firefox 9 anni fa
  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 anni fa
  paweldomas 6f6b409951 Passes the info about stream renderer element id to CallStats. 9 anni fa
  yanas 39ed8800c4 Re-order resolution preference, so that we always preference 16:9 ratio when we fallback. 9 anni fa
  paweldomas 0c33f7c53a Uses 'null' in JitsiTrack.detach, but sets empty string in Chrome implementation when the src is not specified. 9 anni fa
  Paweł Domas 9e57fd0fc5 Merge pull request #10 from tbasse/fix/track-detach-loads-src-null 9 anni fa
  Paweł Domas 9246911d64 Merge pull request #11 from isymchych/fix-audio-device-name 9 anni fa
  isymchych d21dbbaba1 fix name of audio device 9 anni fa
  Thorsten Basse c5b497094b fix(JitsiTrack): set video element src to empty string instead of null on #detach() 9 anni fa
  damencho 893178eabc Fixes remote video resolution reporting. 9 anni fa
  Paweł Domas 6e77e10dc7 Merge pull request #9 from isymchych/update-muted-presence 9 anni fa
  isymchych e997dc72af update "is muted" state in presence when adding track 9 anni fa
  Paweł Domas 2af2465282 Merge pull request #8 from isymchych/handle-focus-left 9 anni fa