Saúl Ibarra Corretgé
1a1857d600
rtx: always pass the disableRtx to Jicofo when creating a conference
Make no assumptions about the default value in Jicofo.
8年前
Saúl Ibarra Corretgé
a5ab491807
cleanup: remove code handling simulcast mode
The option got axed, there is nothing to handle now.
8年前
Saúl Ibarra Corretgé
9ee6796254
cleanup: remove old adaptive simulcast config option
8年前
Saúl Ibarra Corretgé
91c078a92d
cleanup: remove adaptive las N config option
The feature has been replaced so the option no longer applies.
8年前
bbaldino
6c17cb7e65
Enable rtx sources for streams (#346)
* re-enable setting for enabling/disabling rtx
* add tests for rtxmodifier. (and a bugfix found by the tests)
* remove rtx handling from sdp-consistency (it will be handled separately)
* better error printing in JingleSessionPC around renegotiation
* add rtx modifier to handle inserting local rtx ssrcs, keeping local rtx ssrcs consistent, and imploding remote rtx ssrcs
* jsdoc, es6 cleanup, logging tweaks
* fix line that's too long
* add a 'parseGroupSsrcs' helper function
* fix a bug when passing group ssrcs to be parsed
* address pr feedback
* address pr feedback
* fix for loop
* address pr feedback
* better const in SampleSdpStrings
8年前
paweldomas
30e08fd9c8
fix(moderator.js): remove unnecessary event argument
8年前
paweldomas
af8aa4bd2d
fix(moderator.js): remove dead code
8年前
hristoterezov
986719bd97
feat(Analytics): Multiple analytics handlers support
8年前
paweldomas
448330cdbe
feat: enable lipsync by default
8年前
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.
8年前
hristoterezov
733c968004
Removes unused code after reloads removal
8年前
paweldomas
43e46336d0
Send 'useRoomAsSharedDocumentName' option to Jicofo
8年前
damencho
3699c741dd
Removes variable not present in the code anymore.
8年前
hristoterezov
6ca2c62090
Reloads JitsiConnection on prosody or jicofo restart
8年前
paweldomas
5594316003
Adds 'enableLipSync' and 'audioPacketDelay' config options
9年前
Lyubomir Marinov
2fe4df5293
Reduce duplication
9年前
Lyubomir Marinov
2c8c5a1028
Remove duplications of error messages
9年前
hristoterezov
dd3e1bc4a9
Calls the global error handler on every logger.error
9年前
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年前
hristoterezov
e6968912ae
Changes console.* to logger.*
9年前
Boris Grozev
a4c62bac8d
Adds a stereo option.
9年前
Boris Grozev
c87e341872
Fixes the options object used.
9年前
Boris Grozev
30d3a19db8
Adds startBitrate to the conference creation request.
9年前
damencho
7cc832e9ee
Fixes using options from correct locations, per conference or per connection.
9年前
paweldomas
6c0aef3742
Fix invalid call to _allocateConferenceFocusError
9年前
Boris Grozev
9e49288651
Disables rtx.
9年前
Boris Grozev
4d93c05452
Allows RTX to be disable for a conference.
9年前
Boris Grozev
f341b9ba3f
Renames adaptiveSimulcast to disableAdaptiveSimulcast.
9年前
Boris Grozev
1f0e71a842
Simlifies code.
9年前
Lyubomir Marinov
6bb7eadf9a
Expresses the desire to have the conference focus invited into the MUC ASAP.
9年前
Lyubomir Marinov
cad01c5c3d
Splits a long function into two shorter functions.
9年前
isymchych
e2154a2a5f
store userId and callStatsUserName globally (was per-conference)
move sessionId reading/storing into Settings.js
9年前
isymchych
cb085214f4
propagate FOCUS_LEFT conference error
9年前
Etienne CHAMPETIER
3980d481b9
Partially fix authenticated conference
'this' is the Window, 'self' is the Moderator
Signed-off-by: Etienne CHAMPETIER <champetier.etienne@gmail.com >
9年前
hristoterezov
b8682c6a83
Add callstats support
9年前
isymchych
013ee849f7
added method to only authenticate user in the room
9年前
hristoterezov
aaefe38c1e
Adds isSIPCallingSupported method to the conference
9年前
isymchych
2f0c8b7245
added 2 methods to the conference related to external auth
9年前
paweldomas
e196512d28
Adds 'enforcedBridge' property used to make Jicofo use specific bridge and ignore what BridgeSelector module says.
9年前
paweldomas
f1026ad3b5
Fixes formatting warnings
9年前
hristoterezov
e1cc5e5aac
Changes the logger from console to jitsi-meet-logger
9年前
hristoterezov
e9cf303fa6
Fixes join and leave methods. Adds communication with jicofo. Implements custom commands methods.
9年前
hristoterezov
24975595b7
Implements JitsiConnection
9年前
Boris Grozev
72d4ecb607
initial commit
9年前