mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-18 00:55:40 +00:00
Enable client offer by default
This commit is contained in:
parent
d9a13f006c
commit
2cb852926d
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ import { workerManager } from "./workerManager.js?v=3";
|
|||
settings.init();
|
||||
log.level = settings.loadOr(opts.LOG_LEVEL, log.DEFAULT);
|
||||
const options = {
|
||||
webrtcWaitOffer: settings.loadOr(opts.WEBRTC_INIT_OFFER, true),
|
||||
webrtcWaitOffer: settings.loadOr(opts.WEBRTC_INIT_OFFER, false),
|
||||
};
|
||||
|
||||
// application display state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue