Home
last modified time | relevance | path

Searched refs:infraConfig (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/frontend/webrtc_operator/assets/js/
Dserver_connector.js238 this.#futures.infraConfig = message;
244 infraConfig: this.#futures.infraConfig, property
299 infraConfig: config,
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/
Dcf_webrtc.js614 async ConnectDevice(pc, infraConfig) { argument
631 {type: 'request-offer', ice_servers: infraConfig.ice_servers});
666 let infraConfig = requestRet.infraConfig;
669 let pc = createPeerConnection(infraConfig);
675 return control.ConnectDevice(pc, infraConfig).then(_ => deviceConnection);