yanas
ddb597357d
Remove unused connectionquality module
9 anos atrás
Paweł Domas
6af511858c
Merge pull request #91 from jitsi/fix-recording-state
Fix off recording state handling
9 anos atrás
yanas
d4be648c45
Fix off recording state handling
9 anos atrás
Paweł Domas
09a8730117
Merge pull request #90 from jitsi/fix-recorder-states
Fix jibri presence initial state
9 anos atrás
yanas
8c80acff2f
Replace console with logger print in recording module
9 anos atrás
yanas
6510fe101f
Removes a log.
9 anos atrás
yanas
78c99a5a24
Fix jibri presence initial state
9 anos atrás
bgrozev
4a5367deb2
Merge pull request #89 from jitsi/fix_chrome_undefined_error
Fixes chrome undefined JS error
9 anos atrás
hristoterezov
ba96423c1a
Fixes chrome undefined JS error
9 anos atrás
hristoterezov
9be4358316
Merge pull request #88 from jitsi/prepare-for-react-native
Prepare for React Native
9 anos atrás
Lyubomir Marinov
551f7b5374
Simplify, properly format source code
9 anos atrás
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 anos atrás
Lyubomir Marinov
1ea561f0ae
Log error in order to not lose details
9 anos atrás
Lyubomir Marinov
66f2a26a37
Add/expand jsdocs
9 anos atrás
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 anos atrás
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 anos atrás
Lyubomir Marinov
dabb772851
Fix incorrect (lack of) assignment
9 anos atrás
hristoterezov
9c27c9cd50
Merge pull request #87 from jitsi/fix-missing-hidden-domain
Fix missing hidden domain problem
9 anos atrás
yanas
81553cce96
Fix missing hidden domain problem
9 anos atrás
hristoterezov
c008950e66
Merge pull request #86 from jitsi/non-global-jitsimeetjs
Don't rely on JitsiMeetJS being global
9 anos atrás
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 anos atrás
hristoterezov
cd8cb3a50b
Merge pull request #85 from jitsi/react-native-main-entry-point
Define the main/primary entry point of the library
9 anos atrás
hristoterezov
d35dac3095
Define the main/primary entry point of the library
Enables the library to be used via require. Example usage is a React
Native (mobile) app which bundles its dependencies (in its release
build).
9 anos atrás
bgrozev
8805695ab9
Merge pull request #66 from pstros/add-max-fps-option
Add maxFps option for requesting video
9 anos atrás
George Politis
a397464179
Merge pull request #84 from bgrozev/stereo
Adds a stereo option.
9 anos atrás
Boris Grozev
a4c62bac8d
Adds a stereo option.
9 anos atrás
bgrozev
8401ef1179
Merge pull request #83 from jitsi/lipsync
Lipsync
9 anos atrás
Boris Grozev
84f72c1b73
Minor simplification.
9 anos atrás
Boris Grozev
fe724ef7dc
Avoid unnecessary traversal.
9 anos atrás
damencho
7eb48aa2be
Merge pull request #82 from jitsi/add-hidden-participant-support
Add hidden participant support
9 anos atrás
yanas
02c46a19fb
Add hidden participant support
9 anos atrás
paweldomas
8ba1af02a3
Advertise lip-sync feature for Chrome client
9 anos atrás
paweldomas
b54d095e2d
Initialize 'videomuted' presence with 'false'
9 anos atrás
paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
9 anos atrás
paweldomas
e72d0df947
Comment out unused method
9 anos atrás
paweldomas
c8ab78efff
Simplify the loop and fix formatting(line limit), add null check
9 anos atrás
paweldomas
b58a6f06dc
Fix the naming of RTC.removeRemoteTrack
9 anos atrás
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 anos atrás
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 anos atrás
paweldomas
2534e623fc
Add VideoType
9 anos atrás
paweldomas
0f3cd3b873
Add MediaType
9 anos atrás
paweldomas
e90eb532b9
Require RTCUtils in JitsiTrack
9 anos atrás
paweldomas
6b25f9cd20
Add missing semicolons, break some comments at line limit
9 anos atrás
paweldomas
9c0e7afca2
Remove unused/invalid call
9 anos atrás
bgrozev
f151cf229d
Merge pull request #80 from jitsi/fix-callstats-funcname
Fixes callstats wrtcFuncNames signalingError.
9 anos atrás
damencho
b92597d619
Merge pull request #77 from bgrozev/callstats-ds
Sends dominant speaker events to callstats.
9 anos atrás
damencho
66806b6b2e
Fixes callstats wrtcFuncNames signalingError.
9 anos atrás
George Politis
7425a91a89
Merge pull request #79 from bgrozev/fix-options-object
Fixes the options object used.
9 anos atrás
Boris Grozev
c87e341872
Fixes the options object used.
9 anos atrás
George Politis
9b42df5bde
Merge pull request #78 from bgrozev/start-bitrate
Adds startBitrate to the conference creation request.
9 anos atrás