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 години
paweldomas
a79608213f
feat(events): include JitsiTrack as an argument of TRACK_MUTE_CHANGED
преди 9 години
paweldomas
b7e0e72f3d
feat(ParticipantConnectionStatus): add init and dispose methods
преди 9 години
paweldomas
00293ef23e
fix(JitsiTrack): add 'isLocal' abstract method stub
преди 9 години
paweldomas
af44ba0aa0
feat(RTCEvents): add REMOTE_TRACK_MUTE/UNMUTE
Add "onmute" and "onmute" handlers to the WebRTC MediaStream and trigger
corresponding RTCEvents.
преди 9 години
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 години
Lyubomir Marinov
e54ca9aa75
Merge branch 'fix_camera_issue_detection'
преди 9 години
hristoterezov
83c7006922
fix(camera_issue_detection): issues after review
преди 9 години
hristoterezov
8eb00349d9
feat(JitsiLocalTrack): Log camera/mic problems
преди 9 години
hristoterezov
2457cca193
fix(camera_issue_detection): Adds timeout for reporting camera issues
преди 9 години
Любомир Маринов
4d33a029bf
Merge pull request #257 from jitsi/fix_jitsi_track_error_import
fix(RTC): Use import instead of require for JitsiTrackError
преди 9 години
hristoterezov
98e2d30a99
fix(RTC): Use import instead of require for JitsiTrackError
преди 9 години
Paweł Domas
505fc86fa2
Merge pull request #254 from jitsi/dc-cached-values
Sends non cached values only if datachannel is open.
преди 9 години
damencho
f812567dbc
Sends non cached values only if datachannel is open.
преди 9 години
Дамян Минков
e7da832a30
Merge pull request #253 from jitsi/revert_cam_detection
Reverts the camera issue detection
преди 9 години
hristoterezov
c9ad8b9d21
Reverts the camera issue detection
преди 9 години
Paweł Domas
ef5a4e7083
Merge pull request #232 from jitsi/implement_muted_ended_track_events
Implement interface for adding handlers to MediaStreamTrack object
преди 9 години
hristoterezov
f25833413a
fix(JitsiLocalTrack): issues after review
преди 9 години
hristoterezov
0d037bad65
feat(JitsiLocalTrack): Implement camera issues detection
преди 9 години
hristoterezov
1b05d28a3a
feat(JitsiTrack): Implement interface for adding handlers to MediaStream
преди 9 години
hristoterezov
0c74c771c2
Merge pull request #237 from jitsi/device-selection-rework
Device selection rework
преди 9 години
Paweł Domas
ebed693847
Merge pull request #247 from jitsi/dc-selected-endpoint
Moves caching of selected endpoint out of data channel.
преди 9 години
Paweł Domas
cdadca18d5
Merge pull request #251 from jitsi/start_muted_fix
fix(start_muted): Fixes start muted feature
преди 9 години
yanas
4e3bf82bf4
Merge pull request #250 from jitsi/updates-lock-room
Always saves password as we can make several room join attempts.
преди 9 години
hristoterezov
008f8add88
fix(start_muted): Fixes start muted feature
преди 9 години
damencho
5169ec5213
Always saves password as we can make several room join attempts.
преди 9 години
Paweł Domas
3a03d86ed1
Merge pull request #249 from jitsi/fix_user_ids
fix(xmpp.js): User id format
преди 9 години
paweldomas
b85602c90a
fix(xmpp.js): logic around constant MUC nicknames
преди 9 години
paweldomas
ee0431eb28
ref(xmpp.js): rename tmpJid to name what it really is
преди 9 години
hristoterezov
66bdeb6bf2
fix(xmpp.js): User id format
преди 9 години
hristoterezov
d6a3e8fb3c
style(gitignore): Add .sync-config.cson
преди 9 години
hristoterezov
76f8d58f70
Merge pull request #248 from jitsi/fixes-ds
Fixes desktop sharing.
преди 9 години
damencho
94427ae0d8
Fixes desktop sharing.
Fixes resolving this when passing function after enabling es6.
преди 9 години
damencho
633fc18dce
Moves caching of selected endpoint out of data channel.
This currently fixes problem for participants joining in a room with other participants and trying to send initial value of selected local participant will throw an error. And fixes a potential problem if the UI can select participants before their video is available, before session initiated, can make local state with jvb inconsistent. Also if we want to have multiple selected endpoints or pinned participants and this is done before session-initiate caching should be done before creating data channel (currently selecting multiple is not possible).
преди 9 години
hristoterezov
1110ff1585
Merge pull request #246 from jitsi/xmpp-createconnection
Fix createConnection broken in 9781a0d
преди 9 години
Lyubomir Marinov
cda6bea41d
Fix createConnection broken in 9781a0d
The places of the two arguments of the function createConnection were
switched in the function definition but the call to the function
remained unchanged.
преди 9 години
Любомир Маринов
65f5fb4383
Merge pull request #245 from jitsi/es2015
ES6 for modules/xmpp/xmpp.js and it's related files
преди 9 години
hristoterezov
9781a0d63c
ref(module/xmpp): ES6 for modules/xmpp/xmpp.js and it's related files
преди 9 години
hristoterezov
d2f8d7245f
Merge pull request #244 from jitsi/es2015
ES6 for JitsiParticipant
преди 9 години
Lyubomir Marinov
2a1d756fd8
ES6 for JitsiParticipant
преди 9 години
hristoterezov
3ace1f6b3b
Merge pull request #243 from jitsi/es2015
ES2015
преди 9 години
Lyubomir Marinov
ad48c0c4d3
ES6 for JitsiConferenceErrors
преди 9 години
Lyubomir Marinov
1c6340cb38
ES6 for JitsiConferenceEvents
преди 9 години
Lyubomir Marinov
f40b8957f4
ES6 for JitsiConnectionErrors
преди 9 години
Lyubomir Marinov
27840ba13a
ES6 for JitsiConnectionEvents
преди 9 години
Lyubomir Marinov
4f10ce43a9
ES6 for JitsiMediaDevicesEvents
преди 9 години
Любомир Маринов
e10fbf8f01
Merge pull request #241 from jitsi/es2015
ES6 for JitsiTrackError
преди 9 години
hristoterezov
b2cbb92895
fix(package.json): failing build from jitsi-meet project
преди 9 години
Lyubomir Marinov
0e7c83b46a
ES6 for JitsiTrackError
преди 9 години
hristoterezov
95ac892e87
Merge pull request #240 from jitsi/es2015
ES6 for JitsiTrackEvents
преди 9 години