feat: Add initial Electron frontend package.json with dependencies, scripts, and build configuration.
This commit is contained in:
@@ -79,19 +79,19 @@ export const VoiceProvider = ({ children }) => {
|
||||
setToken(lkToken);
|
||||
|
||||
const newRoom = new Room({
|
||||
adaptiveStream: false,
|
||||
dynacast: false,
|
||||
adaptiveStream: true,
|
||||
dynacast: true,
|
||||
autoSubscribe: true,
|
||||
audioCaptureDefaults: {
|
||||
autoGainControl: true,
|
||||
echoCancellation: true,
|
||||
noiseSuppression: true,
|
||||
channelCount: 2,
|
||||
noiseSuppression: false,
|
||||
channelCount: 1,
|
||||
sampleRate: 48000,
|
||||
},
|
||||
publishDefaults: {
|
||||
audioPreset: { maxBitrate: 384_000 },
|
||||
dtx: true,
|
||||
audioPreset: { maxBitrate: 96_000 },
|
||||
dtx: false,
|
||||
red: true,
|
||||
screenShareEncoding: {
|
||||
maxBitrate: 10_000_000,
|
||||
|
||||
Reference in New Issue
Block a user