hristoterezov
5ec7cd352d
Fix JS error returned by callstats when no error is passed to be reported
9 years ago
Paweł Domas
ca9f9a7c7e
Merge pull request #108 from jitsi/remove-browser-type-check
Remove browser type check
9 years ago
Lyubomir Marinov
30772c81a2
Remove a repetition of browser type checks
Depending on the type of browser within which the library is executing,
we take the decision how many times to call getUserMedia (e.g. once for
audio and once for video on Firefox). Upon getting a result of the
call, we used to perform similar browser type checks. I see this as
repetition of logic which makes it difficult to add new browser types
(e.g. React Native). Try to examine the result of the call to
getUserMedia and thus avoid re-checkign the browser type.
9 years ago
Lyubomir Marinov
e165952a5d
Simplify, clarify source code
9 years ago
Lyubomir Marinov
c779d7a958
Add, expand, fix jsdocs, comments
9 years ago
bgrozev
867119ba06
Merge pull request #107 from jitsi/fix_fake_streams
Fixes issue with fake streams that are never removed
9 years ago
hristoterezov
9d79ea9507
Changes the code from the last commit to be more readable
9 years ago
hristoterezov
abdb7e3c49
Fixes issue with fake streams that are never removed
9 years ago
bgrozev
8e9812150e
Merge pull request #105 from jitsi/nuke-preconfigured-bridge
Nukes the pre-configured bridge from the example config file.
9 years ago
George Politis
c3dafcf0f3
Nukes the pre-configured bridge from the example config file.
Jicofo is smart and can find any bridge with service discovery and/or
pubsub.
9 years ago
George Politis
1ef2a11ad9
Merge pull request #104 from jitsi/fix_console_log
Changes console.* to logger.*
9 years ago
hristoterezov
fea1c77625
Merge branch 'master' into fix_console_log
9 years ago
yanas
bde08a2827
Merge pull request #103 from tsareg/switch_tracks_on_device_list_change
Switch local audio and video tracks when list of available devices changes
9 years ago
hristoterezov
e6968912ae
Changes console.* to logger.*
9 years ago
yanas
bf492272da
Merge pull request #102 from jitsi/fix-disableaudiolevels
Fix JitsiMeetJS option disableAudioLevels
9 years ago
Kostiantyn Tsaregradskyi
f57a75b412
Switch local audio and video track when list of available devices changes
9 years ago
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 years ago
yanas
b8a3013b7f
Merge pull request #100 from tsareg/device_list_change_basic_support
Added ability to notify about available media device list changes
9 years ago
Paweł Domas
50d40b1305
Merge pull request #101 from jitsi/cs-report-error-stack
Report the error as object to callstats.
9 years ago
damencho
1521c7da5e
Report the error as object to callstats, not as string.
9 years ago
hristoterezov
c8dc2fc487
Merge pull request #96 from jitsi/cs-remove-fabricFailed
Removes fabricSetupFailed.
9 years ago
Kostiantyn Tsaregradskyi
0220f82e75
Added ability to notify about available media device list changes
9 years ago
hristoterezov
3eeac2eb19
Merge branch 'tsareg-master'
9 years ago
hristoterezov
0a730cb157
Merge branch 'master' of https://github.com/tsareg/lib-jitsi-meet into tsareg-master
9 years ago
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 years ago
hristoterezov
1decfe13d7
Adds NWJS to the list of browsers capable of changing the input devices
9 years ago
Kostiantyn Tsaregradskyi
2ecfdb8936
Added API description for JitsiTrack.setAudioOutput method
9 years ago
Kostiantyn Tsaregradskyi
9cd4cc2233
Updated API doc with new methods description
9 years ago
damencho
f79f76fb8c
Removes fabricSetupFailed and adds iceConnectionFailure for callstats.
9 years ago
Kostiantyn Tsaregradskyi
eddea0a02a
Added ability to switch audio output device - changes after review
9 years ago
lyubomir
2a51c6edbc
Merge pull request #95 from jitsi/callstats_confID_case
Fixes issue with callstats confID
9 years ago
hristoterezov
49bd22e976
Fixes issue with callstats confID
9 years ago
hristoterezov
191b378a82
Merge pull request #81 from jitsi/updates-callstats-error-reporting
Updates callstats error reporting
9 years ago
damencho
6ade76ab0e
Updates unhandledrejection handler to not relay on JitsiMeetJS being global and fixes onerror handler.
9 years ago
damencho
7a64a59f14
Adds unhandledrejection, that catches all unhandled promise rejection and logs them in callstats.
9 years ago
damencho
fb5a36a48f
Sends the stack when reporting errors.
9 years ago
Kostiantyn Tsaregradskyi
4a17d57fc6
Added ability to switch audio output device
9 years ago
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 years ago
hristoterezov
24a9158838
Fixes removeTrack from previous commit
9 years ago
hristoterezov
d7c65e1129
Makes sure that the state of the app is not changed if add/remove track fails
9 years ago
hristoterezov
4861c2a9fc
Fixes issue with not completing promise for remove/add track and conference leave
9 years ago
Kostiantyn Tsaregradskyi
ae4e7222b8
Very raw version of ability to switch audio output device
9 years ago
hristoterezov
9c432ae8db
Merge pull request #92 from jitsi/remove-unused-module
Remove unused connectionquality module
9 years ago
yanas
ddb597357d
Remove unused connectionquality module
9 years ago
Paweł Domas
6af511858c
Merge pull request #91 from jitsi/fix-recording-state
Fix off recording state handling
9 years ago
yanas
d4be648c45
Fix off recording state handling
9 years ago
Paweł Domas
09a8730117
Merge pull request #90 from jitsi/fix-recorder-states
Fix jibri presence initial state
9 years ago
yanas
8c80acff2f
Replace console with logger print in recording module
9 years ago
yanas
6510fe101f
Removes a log.
9 years ago
yanas
78c99a5a24
Fix jibri presence initial state
9 years ago