124 Commits (9cd4cc2233b2e72d7aeffe447a52fa50e98ccbb2)

Autor SHA1 Mensaje Fecha
  yanas 78c99a5a24 Fix jibri presence initial state hace 9 años
  Lyubomir Marinov 7df2e4e358 Make disco completely optional hace 9 años
  Lyubomir Marinov 2605abe2a3 Don't rely on JitsiMeetJS being global hace 9 años
  yanas 02c46a19fb Add hidden participant support hace 9 años
  paweldomas f6d730794e Deal with the WebRTC streams on per track basis hace 9 años
  paweldomas b58a6f06dc Fix the naming of RTC.removeRemoteTrack hace 9 años
  paweldomas 19df65f3e5 Rename "stream" to "track" in RTC context plus fixes hace 9 años
  bgrozev a39b742c67 Fixes the key of the "data channe opened" entry. hace 9 años
  Boris Grozev eb5f0dce0b Sends dominant speaker events to callstats. hace 9 años
  hristoterezov 849763dfdc Changes JitsiConference.getLocalTracks and JitsiParticipant.getTracks to return cloned array of tracks hace 9 años
  hristoterezov da7d7f038a Removes unused CONNECTION_CLOSED event hace 9 años
  hristoterezov eab5873d89 Fixes issues realted to JitsiConference.leave() hace 9 años
  Boris Grozev d894a7e579 Saves the time a data channel was opened in connectionTimes. hace 9 años
  damencho d11ec5f6de Adds screenShareStart and screenShareStop events to callstats reports. hace 9 años
  hristoterezov 3c94755413 Renames performanceTimes to ConnectionTimes hace 9 años
  damencho 6c4d25cb55 Limit on display name changed only when there is a real change. hace 9 años
  damencho b7e1654670 Adds global error handler function and option to auto enable it. Reports unhandled exceptions catched by error handler through callstats. hace 9 años
  hristoterezov 6b267bbb5e Stores measured times and exposes them hace 9 años
  yanas 638bec6375 Basic Jibri recording refactoring. hace 10 años
  paweldomas 35cef535db Moves JingleSessionPC initialization from ChatRoom to JitsiConference hace 10 años
  paweldomas 1723c46a71 Returns 'error' response when incoming jingle session has not been accepted instead of sending session-terminate later on. hace 10 años
  paweldomas d9182a41c4 Removes unused scenarios from JingleSessionPC, accepts incoming session only from Jicofo user, cleanups terminate code hace 10 años
  hristoterezov 3bfe034176 Adds CONFERENCE_MAX_USERS conference error. hace 10 años
  Lyubomir Marinov 643b3fa8ae Fixes doc(umentation) comments (e.g. the mention of the method sendPresenceCommand with does not exist). hace 10 años
  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. hace 10 años
  paweldomas f4900ec533 Captures the versions of conferencing system components. hace 10 años
  hristoterezov 1c9eed44c5 Renames JitsiTrack.stop method and TRACK_STOPPED event. Fixes minor issues with TRACK_REMOVED event. hace 10 años
  isymchych ebd524c436 add AUTH_STATUS_CHANGED event hace 10 años
  isymchych e2154a2a5f store userId and callStatsUserName globally (was per-conference) hace 10 años
  hristoterezov 59cd39c9c2 Moves the code that trigger TRACK_REMOVED events for remote track to use peerconnection event instead of relying on TRACK_STOPPED event. hace 10 años
  isymchych 9df12f9fa2 remove all participants and tracks when leaving the room hace 10 años
  isymchych 00733623f1 fail if user is trying to add second video track to the conference hace 10 años
  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. hace 10 años
  paweldomas 6f6b409951 Passes the info about stream renderer element id to CallStats. hace 10 años
  isymchych e997dc72af update "is muted" state in presence when adding track hace 10 años
  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. hace 10 años
  damencho ad92eb5a08 Clears remoteStream when user leaves. hace 10 años
  isymchych cb085214f4 propagate FOCUS_LEFT conference error hace 10 años
  hristoterezov 1af300751c Fixes issue - TRACK_REMOVED is not fired if only the local participant is alone in the conference hace 10 años
  isymchych 095ef33da9 return promise in addTrack and removeTrack hace 10 años
  paweldomas 9e54f9be8b Formatting fixes. hace 10 años
  isymchych 8c014e8f12 use statistics module to process peer connection statistics hace 10 años
  hristoterezov bed4826e46 Added videotype for remote streams hace 10 años
  Ivan Symchych abf617e945 unmute client on the server if he was muted by focus hace 10 años
  isymchych cbb46c63cd added API to change chat subject hace 10 años
  hristoterezov 211da9b641 Fixes issues related to PR #451 hace 10 años
  isymchych 4efc997a62 propagate AVAILABLE_DEVICES_CHANGED event hace 10 años
  isymchych 96adaf5e65 handle PRESENCE_STATUS event hace 10 años
  isymchych f20eb2ef68 handle FOCUS_DISCONNECTED error hace 10 años
  isymchych ff3e05f5ea propagate FIREFOX_EXTENSION_NEEDED event hace 10 años