Searched refs:createDataChannel (Results 1 – 1 of 1) sorted by relevance
/device/google/cuttlefish/host/frontend/webrtc/html_client/js/ |
D | cf_webrtc.js | 17 function createDataChannel(pc, label, onMessage) { function 19 let dataChannel = pc.createDataChannel(label); 120 this.#cameraDataChannel = pc.createDataChannel('camera-data-channel'); 129 this.#inputChannel = createDataChannel(pc, 'input-channel'); 130 this.#adbChannel = createDataChannel(pc, 'adb-channel', (msg) => { 145 createDataChannel(pc, 'bluetooth-channel', (msg) => { 153 createDataChannel(pc, 'location-channel', (msg) => { 162 createDataChannel(pc, 'kml-locations-channel', (msg) => { 171 createDataChannel(pc, 'gpx-locations-channel', (msg) => {
|