70 Комити (6ad10dc44204c96702dfec865a46c1a4ff90559a)

Аутор SHA1 Порука Датум
  Lyubomir Marinov 6ad10dc442 ES6 for JitsiTrackErrors пре 9 година
  Lyubomir Marinov 417e3fbc07 ES6 for JitsiTrackEvents пре 9 година
  hristoterezov 5c903dfcc3 Fixes onended handler issues пре 9 година
  hristoterezov 06d07a3d6a Fixes issues after review пре 9 година
  hristoterezov bcb3253df2 Implement audio problem detection пре 9 година
  tsareg f9ed623f23 Wrap calling MediaStreamTrack#getSettings() with try-catch block as it throws "Not implemented" Error in react-native-webrtc пре 9 година
  tsareg d00993293a Added TRACK_NO_STREAM_FOUND JitsiTrackError type пре 9 година
  tsareg 3c0b730a1a Replaced string with constant пре 9 година
  tsareg bc915c16fe Pass 'facingMode' to gUM when 'unmuting' video track пре 9 година
  tsareg 5956915d82 _setMute refactoring пре 9 година
  damencho ff2642722f Checks for missing room on muting locally. пре 9 година
  tsareg 32b9f91e5f Introduced JitsiLocalTrack#getCameraFacingMode() method and CameraFacingMode enum пре 9 година
  tsareg 06cf23ff61 Better JitsiTrack#dispose() method to prevent memory leaks пре 9 година
  hristoterezov c3f9885df0 Resolve xmpp dependacies in RTC module пре 9 година
  tsareg 403fcb0e25 Handle cases when new media devices are added/removed more precisely and more predictable пре 9 година
  hristoterezov 40188b9ce5 Adds all SRD/SLD to modifySourcesQueue and removes modifySourcesQueue.pause calls пре 9 година
  tsareg b816184f5b Subcribe each instance of JitsiLocalTrack to audio output change event as there might be local tracks not inside a conference пре 9 година
  hristoterezov dd3e1bc4a9 Calls the global error handler on every logger.error пре 9 година
  tsareg 6500f9e1f4 Do not subscribe each JitsiTrack to RTCEvents.AUDIO_OUTPUT_DEVICE_CHANGED, instead subscribe once in RTC пре 9 година
  Lyubomir Marinov c779d7a958 Add, expand, fix jsdocs, comments пре 9 година
  Kostiantyn Tsaregradskyi f57a75b412 Switch local audio and video track when list of available devices changes пре 9 година
  paweldomas f6d730794e Deal with the WebRTC streams on per track basis пре 9 година
  paweldomas 19df65f3e5 Rename "stream" to "track" in RTC context plus fixes пре 9 година
  paweldomas 02d631075d Name the var what it really is and detect potential issue пре 9 година
  paweldomas 2534e623fc Add VideoType пре 9 година
  paweldomas 0f3cd3b873 Add MediaType пре 9 година
  paweldomas 6b25f9cd20 Add missing semicolons, break some comments at line limit пре 9 година
  damencho e8739706e1 Renames some variables. пре 9 година
  damencho b40b0c19d1 Rejects unmute promise if error is cought. пре 9 година
  damencho a1bef9da5c Moves common logic in util function. пре 9 година
  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 година
  hristoterezov 1c9eed44c5 Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event. пре 9 година
  hristoterezov 4220f6cde8 Fixes issue with adding muted video stream to peerconnection. пре 9 година
  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 година
  paweldomas 3819387f78 Fixes crash on "this.rtc" being "undefined" when JitsiLocalTrack.attach is called before it's added to the conference. пре 9 година
  isymchych 00733623f1 fail if user is trying to add second video track to the conference пре 9 година
  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 година
  paweldomas 6f6b409951 Passes the info about stream renderer element id to CallStats. пре 9 година
  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 година
  hristoterezov 2f5add6ef9 Fixes issue in PR #463 пре 9 година
  Thorsten Basse 285d5a872c Add `deviceId` which was used to create `JitsiLocalTrack` to the object to re-use it when unmuting the track пре 9 година
  isymchych 3a5780af08 added "start muted" пре 9 година
  damencho 5ccb73a994 Renames a variable. пре 9 година
  hristoterezov f29399d9e4 Fixes IE 10 support пре 10 година
  isymchych 1f69ab8d18 add property isLocal to JitsiTrack пре 10 година
  hristoterezov 847de4ef3d Fixes JS error when muting video. пре 10 година
  hristoterezov 2756c124ac Fixes JS errors on Temasys пре 10 година
  hristoterezov 8409bab854 Fixes the issues with mute, audio levels and remove events that were attached to the conference пре 10 година
  hristoterezov b638495de4 Fixes mutes пре 10 година
  damencho da425c96b5 Makes sure we use stream.ended in one place. Replaces deprecated ended call with active check for media streams. пре 10 година