Lyubomir Marinov
c779d7a958
Add, expand, fix jsdocs, comments
9 år sedan
yanas
bf492272da
Merge pull request #102 from jitsi/fix-disableaudiolevels
Fix JitsiMeetJS option disableAudioLevels
9 år sedan
Lyubomir Marinov
6ab8bf269a
Fix JitsiMeetJS option disableAudioLevels
JitsiMeetJS#init accepts an options object in which the property
disableAudioLevels may optionally be defined and is meant to disable RTC
statistics related to audio levels. Unfortunately, the option was used
in a boolean expression which ignored the value of the option and thus
effectively rendered it unused.
9 år sedan
yanas
b8a3013b7f
Merge pull request #100 from tsareg/device_list_change_basic_support
Added ability to notify about available media device list changes
9 år sedan
Paweł Domas
50d40b1305
Merge pull request #101 from jitsi/cs-report-error-stack
Report the error as object to callstats.
9 år sedan
damencho
1521c7da5e
Report the error as object to callstats, not as string.
9 år sedan
hristoterezov
c8dc2fc487
Merge pull request #96 from jitsi/cs-remove-fabricFailed
Removes fabricSetupFailed.
9 år sedan
Kostiantyn Tsaregradskyi
0220f82e75
Added ability to notify about available media device list changes
9 år sedan
hristoterezov
3eeac2eb19
Merge branch 'tsareg-master'
9 år sedan
hristoterezov
0a730cb157
Merge branch 'master' of https://github.com/tsareg/lib-jitsi-meet into tsareg-master
9 år sedan
bgrozev
aa74ba3405
Merge pull request #97 from jitsi/fix_device_change_available
Adds NWJS to the list of browsers capable of changing the input devices
9 år sedan
hristoterezov
1decfe13d7
Adds NWJS to the list of browsers capable of changing the input devices
9 år sedan
Kostiantyn Tsaregradskyi
2ecfdb8936
Added API description for JitsiTrack.setAudioOutput method
9 år sedan
Kostiantyn Tsaregradskyi
9cd4cc2233
Updated API doc with new methods description
9 år sedan
damencho
f79f76fb8c
Removes fabricSetupFailed and adds iceConnectionFailure for callstats.
9 år sedan
Kostiantyn Tsaregradskyi
eddea0a02a
Added ability to switch audio output device - changes after review
9 år sedan
lyubomir
2a51c6edbc
Merge pull request #95 from jitsi/callstats_confID_case
Fixes issue with callstats confID
9 år sedan
hristoterezov
49bd22e976
Fixes issue with callstats confID
9 år sedan
hristoterezov
191b378a82
Merge pull request #81 from jitsi/updates-callstats-error-reporting
Updates callstats error reporting
9 år sedan
damencho
6ade76ab0e
Updates unhandledrejection handler to not relay on JitsiMeetJS being global and fixes onerror handler.
9 år sedan
damencho
7a64a59f14
Adds unhandledrejection, that catches all unhandled promise rejection and logs them in callstats.
9 år sedan
damencho
fb5a36a48f
Sends the stack when reporting errors.
9 år sedan
Kostiantyn Tsaregradskyi
4a17d57fc6
Added ability to switch audio output device
9 år sedan
George Politis
e8817ecc0a
Merge pull request #93 from jitsi/fix_ff_hangup
Fixes issue with not completing promise for remove/add track and conference leave
9 år sedan
hristoterezov
24a9158838
Fixes removeTrack from previous commit
9 år sedan
hristoterezov
d7c65e1129
Makes sure that the state of the app is not changed if add/remove track fails
9 år sedan
hristoterezov
4861c2a9fc
Fixes issue with not completing promise for remove/add track and conference leave
9 år sedan
Kostiantyn Tsaregradskyi
ae4e7222b8
Very raw version of ability to switch audio output device
9 år sedan
hristoterezov
9c432ae8db
Merge pull request #92 from jitsi/remove-unused-module
Remove unused connectionquality module
9 år sedan
yanas
ddb597357d
Remove unused connectionquality module
9 år sedan
Paweł Domas
6af511858c
Merge pull request #91 from jitsi/fix-recording-state
Fix off recording state handling
9 år sedan
yanas
d4be648c45
Fix off recording state handling
9 år sedan
Paweł Domas
09a8730117
Merge pull request #90 from jitsi/fix-recorder-states
Fix jibri presence initial state
9 år sedan
yanas
8c80acff2f
Replace console with logger print in recording module
9 år sedan
yanas
6510fe101f
Removes a log.
9 år sedan
yanas
78c99a5a24
Fix jibri presence initial state
9 år sedan
bgrozev
4a5367deb2
Merge pull request #89 from jitsi/fix_chrome_undefined_error
Fixes chrome undefined JS error
9 år sedan
hristoterezov
ba96423c1a
Fixes chrome undefined JS error
9 år sedan
hristoterezov
9be4358316
Merge pull request #88 from jitsi/prepare-for-react-native
Prepare for React Native
9 år sedan
Lyubomir Marinov
551f7b5374
Simplify, properly format source code
9 år sedan
Lyubomir Marinov
7df2e4e358
Make disco completely optional
Since (1) half of the disco uses check whether the feature in question
is supported, (2) the other half appears to not absolutely require
disco, and (3) disco needs to be explicitly included/required in order
to be supported, make disco completely optional.
9 år sedan
Lyubomir Marinov
1ea561f0ae
Log error in order to not lose details
9 år sedan
Lyubomir Marinov
66f2a26a37
Add/expand jsdocs
9 år sedan
Lyubomir Marinov
24d71f6936
Make localStorage completely optional
Since half of the Settings functions check whether localStorage is
supported, adds the check to the other half to make localStorage
completely optional.
9 år sedan
Lyubomir Marinov
e403a68665
Prevent TypeError
The function filter_special_chars does not have to throw a TypeError
when its argument text is null or undefined because (1) it can be argued
that neither of these two contains special characters and (2) it is much
more convenient to have the check in the function in question rather at
its multiple call sites.
9 år sedan
Lyubomir Marinov
dabb772851
Fix incorrect (lack of) assignment
9 år sedan
hristoterezov
9c27c9cd50
Merge pull request #87 from jitsi/fix-missing-hidden-domain
Fix missing hidden domain problem
9 år sedan
yanas
81553cce96
Fix missing hidden domain problem
9 år sedan
hristoterezov
c008950e66
Merge pull request #86 from jitsi/non-global-jitsimeetjs
Don't rely on JitsiMeetJS being global
9 år sedan
Lyubomir Marinov
2605abe2a3
Don't rely on JitsiMeetJS being global
While we have JitsiMeetJS defined as a global variable in Jitsi Meet, it
doesn't sound like an absolutely necessary and beautiful requirement
inside the library itself.
9 år sedan