Lyubomir Marinov
39488195d5
Add jsdocs
9 vuotta sitten
Lyubomir Marinov
dee489bca4
Add jsdocs
9 vuotta sitten
damencho
5367b9337b
Checks whether track is local audio track.
9 vuotta sitten
Lyubomir Marinov
6ad43f1805
Use public API
Do not access JitsiConference's eventEmitter, the functionality of
interest is publicly available through other methods.
9 vuotta sitten
damencho
1f362466e9
Changes talk while muted to listen for track events.
JitsiConference passed in the constructor and adding all events happen inside the feature.
9 vuotta sitten
Lyubomir Marinov
037812a909
Sort in alphabetical order
As I see no hidden meaning in the current non-preservation of
alphabetical order, I prefer to facilitate scanning (in the fashion of
searching in a dictionary).
9 vuotta sitten
Lyubomir Marinov
a08ec825c8
Use ES6
9 vuotta sitten
Lyubomir Marinov
49c4a56ae0
Merge branch 'master' into talk-muted
9 vuotta sitten
Дамян Минков
5771dc29fd
Merge pull request #265 from jitsi/conn_status_cfg_and_log
Participant connection status tune up and extra logging
9 vuotta sitten
damencho
0f52b939b7
Adds a property to disable/enable talk while muted.
By default talk while muted detection is disabled.
9 vuotta sitten
damencho
056e97bdd3
Increases the threshold for detecting talk while muted.
9 vuotta sitten
damencho
56a30223dd
Initializes talk while muted detection.
9 vuotta sitten
damencho
7dc40c9d25
Adds talk muted detection.
Fires event only once when the user is muted, if he unmutes and then mutes back again a new event will be fired if local talking is detected.
9 vuotta sitten
damencho
b6fd14ce27
Adds detection of local audio levels from rtp stats.
9 vuotta sitten
damencho
7698d3c05e
Adds talk while muted event.
9 vuotta sitten
damencho
4616a4ebec
Adds a js doc.
9 vuotta sitten
Paweł Domas
84293afeaa
Merge pull request #264 from jitsi/handle-conference-left
Fires CONFERENCE_LEFT event once we receive our presence unavailable.
9 vuotta sitten
damencho
230b5745e9
Fire conference_left only if it is not a kick presence unavailable.
When we receive kick presence it is both 110 and 307 status code, so we were triggering both conference_left and kicked event. Now when we receive kick we process as it is 110 to clean participants and room and then fire the kick event.
9 vuotta sitten
damencho
a2188ad5b7
Fixes leaving the room when only user and focus are present.
When only one participant is in the room and leaves(hangups) the only participant in members is focus.
9 vuotta sitten
Emil Ivov
3e324e8495
Merge pull request #263 from jitsi/extra_logging
Extra logging
9 vuotta sitten
damencho
cbf2eebeec
Fires CONFERENCE_LEFT event once we receive our presence unavailable.
9 vuotta sitten
paweldomas
eb44c84cc1
feat(ParticipantConnectionStatus): log on CallStats and analytics
9 vuotta sitten
paweldomas
69211035ba
feat(stats): log CallStats event for XMPP disconnected
9 vuotta sitten
paweldomas
453346264e
feat(stats): log events for ICE disconnected,reconnected and failed
When ICE disconnects, reconnects or fails the events will be logged
on both Callstats and "analytics".
9 vuotta sitten
paweldomas
c6d82ed96c
fix(ParticipantConnectionStatus): set default RTC mute timeout to 2 sec
When 1 seconds was used it seemed to be overreactive.
9 vuotta sitten
paweldomas
eb204558b2
feat(ParticipantConnectionStatus): add RTC mute timeout config
The timeout will be configurable though
'peerDisconnectedThroughRtcTimeout' conference config option. It has
not been document in the public API on purpose.
9 vuotta sitten
paweldomas
22eb21057b
doc(ParticipantConnectionStatus): fix argument types order
9 vuotta sitten
yanas
05e17bf5ce
Merge pull request #262 from jitsi/not-allowed-error
Not allowed error
9 vuotta sitten
hristoterezov
be57f0368f
Merge pull request #259 from jitsi/participant_conn_status
Adds participant connection status notifications
9 vuotta sitten
damencho
31d22ef5b4
Adds not allowed errors and handling it.
9 vuotta sitten
damencho
a40929464e
Skips passing presence to emitter as it is not used.
Skips passing presence, cause it can reach the UI and there was a bug where we tried to pass the presence as an argument to the translation and ended in endless loop.
9 vuotta sitten
Любомир Маринов
da837b67c2
Merge pull request #261 from jitsi/cs-update-ws
Updates callstats link by default to use websockets.
9 vuotta sitten
damencho
c437997638
Updates callstats link by default to use websockets.
9 vuotta sitten
yanas
f102ce50e6
Merge pull request #258 from jitsi/fix_stats_docs
Remove FIXME for CallStats not reporting restarted calls
9 vuotta sitten
paweldomas
a3debbb4b7
doc(statistics.js): remove FIXME for CallStats not working
The problem described by the FIXME has been fixed by CallStats.
9 vuotta sitten
paweldomas
aa65e7d557
style(ParticipantConnectionStatus): use ' instead of "
9 vuotta sitten
paweldomas
436c4e87c4
feat(ParticipantConnectionStatus): take advantage of RTC mute/unmute
'onmute'/'onunmute' event of MediaStreamTrack can be used to detect that
the remote user is having connectivity issues, because no video data is
received. We check if those are in sync with the signalling and if not
trigger connection interrupted updates with small delay.
9 vuotta sitten
paweldomas
a79608213f
feat(events): include JitsiTrack as an argument of TRACK_MUTE_CHANGED
9 vuotta sitten
paweldomas
b7e0e72f3d
feat(ParticipantConnectionStatus): add init and dispose methods
9 vuotta sitten
paweldomas
00293ef23e
fix(JitsiTrack): add 'isLocal' abstract method stub
9 vuotta sitten
paweldomas
af44ba0aa0
feat(RTCEvents): add REMOTE_TRACK_MUTE/UNMUTE
Add "onmute" and "onmute" handlers to the WebRTC MediaStream and trigger
corresponding RTCEvents.
9 vuotta sitten
paweldomas
34b05f11f6
feat: add PARTICIPANT_CONN_STATUS_CHANGED conference event
The event is triggered when the notification about the user's connection
status change arrives from the JVB.
9 vuotta sitten
Lyubomir Marinov
e54ca9aa75
Merge branch 'fix_camera_issue_detection'
9 vuotta sitten
hristoterezov
83c7006922
fix(camera_issue_detection): issues after review
9 vuotta sitten
hristoterezov
8eb00349d9
feat(JitsiLocalTrack): Log camera/mic problems
9 vuotta sitten
hristoterezov
2457cca193
fix(camera_issue_detection): Adds timeout for reporting camera issues
9 vuotta sitten
Любомир Маринов
4d33a029bf
Merge pull request #257 from jitsi/fix_jitsi_track_error_import
fix(RTC): Use import instead of require for JitsiTrackError
9 vuotta sitten
hristoterezov
98e2d30a99
fix(RTC): Use import instead of require for JitsiTrackError
9 vuotta sitten
Paweł Domas
505fc86fa2
Merge pull request #254 from jitsi/dc-cached-values
Sends non cached values only if datachannel is open.
9 vuotta sitten
damencho
f812567dbc
Sends non cached values only if datachannel is open.
9 vuotta sitten