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 година
Paweł Domas
125da1590b
Merge pull request #238 from jitsi/cs-custom-scriptUrl
Adds a option to set custom callstats script.
пре 9 година
Lyubomir Marinov
6ad10dc442
ES6 for JitsiTrackErrors
пре 9 година
Lyubomir Marinov
417e3fbc07
ES6 for JitsiTrackEvents
пре 9 година
hristoterezov
56c4a456fa
Merge pull request #239 from jitsi/es2015
Enable ES6/ES2015
пре 9 година
Lyubomir Marinov
c435acd913
Enable ES6/ES2015
пре 9 година
damencho
278ebfa471
Passes custom script url for callstats.
пре 9 година
damencho
a9dd9ad1d2
Adds a option to set custom callstats script.
пре 9 година
hristoterezov
c830d0e81c
Merge pull request #233 from jitsi/session-terminate
Handle session-terminate
пре 9 година
paweldomas
5a8ed28287
fix(JitsiConference|stats): use 'sendToAll'
Use 'sendToAll' for 'session.restart' and 'session.terminate' events.
пре 9 година
hristoterezov
9db06e70b9
Merge pull request #236 from jitsi/moves-analytics-feedback
Moves analytics event for feedback to the library.
пре 9 година
hristoterezov
112b3c0522
Merge pull request #235 from jitsi/lipsync_by_default
Enable lipsync by default + fixes
пре 9 година
paweldomas
9da5aeec84
doc(API): describe 'enableLipSync' option
пре 9 година
damencho
e71cc30b3f
Moves analytics event for feedback to the library.
пре 9 година
paweldomas
448330cdbe
feat: enable lipsync by default
пре 9 година
paweldomas
6eeefd2ca8
fix(moderator): use 'enableLipSync' from the connection options
Because the flag is required in the connection options anyway it will
be better to use it from one options set only to avoid redundancy.
пре 9 година
paweldomas
77c527058f
feat(stats|analytics): log 'session_restart' event
пре 9 година
paweldomas
0265674f1b
feat(stats): send 'session_terminate' application log
пре 9 година
paweldomas
d684ee8c05
feat(analytics): send 'session.terminate' event
пре 9 година
paweldomas
600cb75560
fix(statistics): create new CallStats instance after it was stopped
пре 9 година
paweldomas
3167062b5f
fix(JitsiConference): stop CallStats on 'session-terminate'
пре 9 година
paweldomas
108ed509fb
fix(JitsiConference): reset JingleSession on the room instance
Not doing so will cause issues when trying to mute after
'session-terminate', because the PeerConnection is closed and should not
be used anymore.
пре 9 година