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
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
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
damencho
c2f9844a3c
Uses logger instead of console.log.
9 years ago
damencho
0cd1118ffb
Surrounds code in successcallback with try/catch and call errorcallback on exception.
If there is a problem with ssrc in successcallback of peerconnection create answer, no callback is called as a result of execution TraceablePeerConnection.createAnswer.
9 years ago
hristoterezov
b2d1ed5d0d
Logs the reason for the reload
9 years ago
nikvaessen
88235aaeed
added the Transcriber module
9 years ago
damencho
643e8ca0ee
Adds caching of events to AnalyticsAdapter.
Use the caching from statistics, by calling loaded and dispose methods (onload and onerror).
9 years ago
damencho
68b78bb730
Adds load and error callback to the script util.
9 years ago