mirror of
https://github.com/giongto35/cloud-game.git
synced 2026-07-18 00:55:40 +00:00
Set to wait remote offer by default
This commit is contained in:
parent
4dfc001a76
commit
bc17b1c2a0
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, false),
|
||||
webrtcWaitOffer: settings.loadOr(opts.WEBRTC_INIT_OFFER, true),
|
||||
};
|
||||
|
||||
// application display state
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue