hristoterezov
f25833413a
fix(JitsiLocalTrack): issues after review
9 years ago
hristoterezov
0d037bad65
feat(JitsiLocalTrack): Implement camera issues detection
9 years ago
hristoterezov
1b05d28a3a
feat(JitsiTrack): Implement interface for adding handlers to MediaStream
9 years ago
hristoterezov
008f8add88
fix(start_muted): Fixes start muted feature
9 years ago
damencho
5169ec5213
Always saves password as we can make several room join attempts.
9 years ago
paweldomas
b85602c90a
fix(xmpp.js): logic around constant MUC nicknames
9 years ago
paweldomas
ee0431eb28
ref(xmpp.js): rename tmpJid to name what it really is
9 years ago
hristoterezov
66bdeb6bf2
fix(xmpp.js): User id format
9 years ago
damencho
94427ae0d8
Fixes desktop sharing.
Fixes resolving this when passing function after enabling es6.
9 years ago
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 years ago
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 years ago
hristoterezov
9781a0d63c
ref(module/xmpp): ES6 for modules/xmpp/xmpp.js and it's related files
9 years ago
Lyubomir Marinov
f40b8957f4
ES6 for JitsiConnectionErrors
9 years ago
Lyubomir Marinov
27840ba13a
ES6 for JitsiConnectionEvents
9 years ago
Lyubomir Marinov
0e7c83b46a
ES6 for JitsiTrackError
9 years ago
Lyubomir Marinov
6ad10dc442
ES6 for JitsiTrackErrors
9 years ago
Lyubomir Marinov
417e3fbc07
ES6 for JitsiTrackEvents
9 years ago
Lyubomir Marinov
c435acd913
Enable ES6/ES2015
9 years ago
damencho
a9dd9ad1d2
Adds a option to set custom callstats script.
9 years ago
damencho
b9fe4a83dd
Skips setting output to element when there is no user selection.
9 years ago
damencho
e71cc30b3f
Moves analytics event for feedback to the library.
9 years ago
paweldomas
448330cdbe
feat: enable lipsync by default
9 years ago
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 years ago
paweldomas
600cb75560
fix(statistics): create new CallStats instance after it was stopped
9 years ago
paweldomas
8a00c803b6
fix(JitsiConference,RTC): add onCallEnded to the RTC service
9 years ago
paweldomas
a51feba392
feat(XMPPEvents): add CALL_ENDED event
The event is triggered when Jicofo sends 'session-terminate' and our
PeerConnection is closed.
9 years ago
hristoterezov
b74bf57210
Fixes JSDocs
9 years ago
Boris Grozev
f06e18e0d3
fix: Fixes a typo (and pinning endpoints).
9 years ago
hristoterezov
5c903dfcc3
Fixes onended handler issues
9 years ago
damencho
7cd5a80206
Removes browser suffix adding to all action names.
Passing the browser name as parameter.
9 years ago
hristoterezov
06d07a3d6a
Fixes issues after review
9 years ago
hristoterezov
bcb3253df2
Implement audio problem detection
9 years ago
Sam Whited
0654cc0ebb
MUC update message should be from bare room JID
9 years ago
Sam Whited
7f684b5c7a
Put event forwarder in the right scope
Fix broken variable
9 years ago
Sam Whited
b6c887a812
Don't use ES6 syntax
9 years ago
Sam Whited
ec34cf48a2
Add events for lock icon update
9 years ago
nikvaessen
e6830b249e
made the audioRecorder private to the transcriber
9 years ago
damencho
e8b9199c53
Fixes setAvailableDevices on error, passing no stream.
9 years ago
damencho
587826f19f
Fixes error type when we succeed with one of the media.
Finds correct error when getUserMedia succeed with only one of the audio or video, and the other fails.
9 years ago
damencho
991e4b6c7a
Fixes the availableDevices.
Fixes the availableDevices, to reflect the devices for which we succeeded or failed to obtain stream.
9 years ago
nikvaessen
77ef75f167
Sphinx now logs the error instead of throwing it
9 years ago
hristoterezov
3a0291bb9c
Implements detection for cancel on the SS pickup window
9 years ago
hristoterezov
32f05da153
Fixes the issue with SS external installation dialog is not closed after the plugin has been installed
9 years ago
hristoterezov
e457906e01
Fixes the issue with not able to send feedback after JitsiConference.leave
9 years ago
hristoterezov
733c968004
Removes unused code after reloads removal
9 years ago
damencho
bde1b89041
Typo.
9 years ago
damencho
a94fab12f1
Adds optional label to analytics handler.
9 years ago
damencho
2a6c07a6cc
Adds in statistics method to send event to cs and analytics.
9 years ago
nikvaessen
592656c721
readded forgotten file
removed white space
redid the hooking of the Transcribing module to JitsiConference
redid the exposing of the Transcribing module to JitsiMeetJs
9 years ago
damencho
5ca17431e0
Fixes local audio levels after reload.
9 years ago