damencho
1521c7da5e
Report the error as object to callstats, not as string.
9 лет назад
Kostiantyn Tsaregradskyi
0220f82e75
Added ability to notify about available media device list changes
9 лет назад
hristoterezov
1decfe13d7
Adds NWJS to the list of browsers capable of changing the input devices
9 лет назад
damencho
f79f76fb8c
Removes fabricSetupFailed and adds iceConnectionFailure for callstats.
9 лет назад
Kostiantyn Tsaregradskyi
eddea0a02a
Added ability to switch audio output device - changes after review
9 лет назад
hristoterezov
49bd22e976
Fixes issue with callstats confID
9 лет назад
damencho
fb5a36a48f
Sends the stack when reporting errors.
9 лет назад
Kostiantyn Tsaregradskyi
4a17d57fc6
Added ability to switch audio output device
9 лет назад
hristoterezov
24a9158838
Fixes removeTrack from previous commit
9 лет назад
hristoterezov
d7c65e1129
Makes sure that the state of the app is not changed if add/remove track fails
9 лет назад
hristoterezov
4861c2a9fc
Fixes issue with not completing promise for remove/add track and conference leave
9 лет назад
Kostiantyn Tsaregradskyi
ae4e7222b8
Very raw version of ability to switch audio output device
9 лет назад
yanas
ddb597357d
Remove unused connectionquality module
9 лет назад
yanas
d4be648c45
Fix off recording state handling
9 лет назад
yanas
8c80acff2f
Replace console with logger print in recording module
9 лет назад
yanas
6510fe101f
Removes a log.
9 лет назад
yanas
78c99a5a24
Fix jibri presence initial state
9 лет назад
hristoterezov
ba96423c1a
Fixes chrome undefined JS error
9 лет назад
Lyubomir Marinov
551f7b5374
Simplify, properly format source code
9 лет назад
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 лет назад
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 лет назад
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 лет назад
Lyubomir Marinov
dabb772851
Fix incorrect (lack of) assignment
9 лет назад
yanas
81553cce96
Fix missing hidden domain problem
9 лет назад
Boris Grozev
a4c62bac8d
Adds a stereo option.
9 лет назад
Boris Grozev
84f72c1b73
Minor simplification.
9 лет назад
Boris Grozev
fe724ef7dc
Avoid unnecessary traversal.
9 лет назад
yanas
02c46a19fb
Add hidden participant support
9 лет назад
paweldomas
8ba1af02a3
Advertise lip-sync feature for Chrome client
9 лет назад
paweldomas
b54d095e2d
Initialize 'videomuted' presence with 'false'
9 лет назад
paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
9 лет назад
paweldomas
e72d0df947
Comment out unused method
9 лет назад
paweldomas
c8ab78efff
Simplify the loop and fix formatting(line limit), add null check
9 лет назад
paweldomas
b58a6f06dc
Fix the naming of RTC.removeRemoteTrack
9 лет назад
paweldomas
19df65f3e5
Rename "stream" to "track" in RTC context plus fixes
Rename variables with "stream" in name which refer to JitsiTrack.
Rename TRACK ADDED/REMOVED events.
Try to reduce direct access to remoteTracks object.
Log warning message when track is overwritten.
9 лет назад
paweldomas
02d631075d
Name the var what it really is and detect potential issue
We were assigning the var, before the type was compared which
could result in accepting "audio" stream for "video" JitsiLocalTrack.
9 лет назад
paweldomas
2534e623fc
Add VideoType
9 лет назад
paweldomas
0f3cd3b873
Add MediaType
9 лет назад
paweldomas
e90eb532b9
Require RTCUtils in JitsiTrack
9 лет назад
paweldomas
6b25f9cd20
Add missing semicolons, break some comments at line limit
9 лет назад
paweldomas
9c0e7afca2
Remove unused/invalid call
9 лет назад
damencho
66806b6b2e
Fixes callstats wrtcFuncNames signalingError.
9 лет назад
Boris Grozev
c87e341872
Fixes the options object used.
9 лет назад
Boris Grozev
30d3a19db8
Adds startBitrate to the conference creation request.
10 лет назад
Boris Grozev
eb5f0dce0b
Sends dominant speaker events to callstats.
9 лет назад
hristoterezov
2f026f8ff1
Changes FIXME comment about the data channels
9 лет назад
hristoterezov
ab27837f4a
Fixes issue with not sending presence unavailable when JitsiConference.leave is called
9 лет назад
hristoterezov
da7d7f038a
Removes unused CONNECTION_CLOSED event
9 лет назад
hristoterezov
eab5873d89
Fixes issues realted to JitsiConference.leave()
9 лет назад
damencho
7cc832e9ee
Fixes using options from correct locations, per conference or per connection.
9 лет назад