93 次代码提交 (63a1c1ac3cfb32b53eb2cb1900bb1a3d101194e3)

作者 SHA1 备注 提交日期
  paweldomas 63a1c1ac3c ref: remove JingleSession from ChatRoom 8 年前
  Saúl Ibarra Corretgé dd262248d9 fix: remove unneeded test when muting a local stream 8 年前
  bbaldino 4b39ac665a Sdp overhaul (#338) 8 年前
  hristoterezov c8291bcf2e ref(Listenable): some classes to use Listenable 8 年前
  Boris Grozev 66a16cf85a docs: Fixes spelling. 8 年前
  hristoterezov 1bdac66da5 feat(JitsiLocalTrack): Add the result from isReceivingData method to callstats loging 8 年前
  damencho b96c4d1c12 Skips setting local track resolution in case of FF. 8 年前
  paweldomas 3d58f8025f fix(JitsiLocalTrack): report no data only when 'muted' is true 8 年前
  hristoterezov 5b656903ac feat(analytics): Add support for permanent properties and new parameters format 8 年前
  paweldomas 1f6e2ac9fe fix(JitsiLocalTrack): no data event fired before ICE connected 8 年前
  Lyubomir Marinov 90ee7e8a54 ESLint 8 年前
  paweldomas a79608213f feat(events): include JitsiTrack as an argument of TRACK_MUTE_CHANGED 8 年前
  hristoterezov 83c7006922 fix(camera_issue_detection): issues after review 8 年前
  hristoterezov 8eb00349d9 feat(JitsiLocalTrack): Log camera/mic problems 8 年前
  hristoterezov 2457cca193 fix(camera_issue_detection): Adds timeout for reporting camera issues 8 年前
  hristoterezov c9ad8b9d21 Reverts the camera issue detection 8 年前
  hristoterezov f25833413a fix(JitsiLocalTrack): issues after review 8 年前
  hristoterezov 0d037bad65 feat(JitsiLocalTrack): Implement camera issues detection 8 年前
  hristoterezov 008f8add88 fix(start_muted): Fixes start muted feature 8 年前
  Lyubomir Marinov 0e7c83b46a ES6 for JitsiTrackError 8 年前
  Lyubomir Marinov 6ad10dc442 ES6 for JitsiTrackErrors 8 年前
  Lyubomir Marinov 417e3fbc07 ES6 for JitsiTrackEvents 8 年前
  hristoterezov 5c903dfcc3 Fixes onended handler issues 8 年前
  hristoterezov 06d07a3d6a Fixes issues after review 8 年前
  hristoterezov bcb3253df2 Implement audio problem detection 8 年前
  tsareg f9ed623f23 Wrap calling MediaStreamTrack#getSettings() with try-catch block as it throws "Not implemented" Error in react-native-webrtc 8 年前
  tsareg d00993293a Added TRACK_NO_STREAM_FOUND JitsiTrackError type 8 年前
  tsareg 3c0b730a1a Replaced string with constant 8 年前
  tsareg bc915c16fe Pass 'facingMode' to gUM when 'unmuting' video track 8 年前
  tsareg 5956915d82 _setMute refactoring 8 年前
  damencho ff2642722f Checks for missing room on muting locally. 8 年前
  tsareg 32b9f91e5f Introduced JitsiLocalTrack#getCameraFacingMode() method and CameraFacingMode enum 8 年前
  tsareg 06cf23ff61 Better JitsiTrack#dispose() method to prevent memory leaks 8 年前
  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 年前