Searched refs:cameraDataChannel (Results 1 – 1 of 1) sorted by relevance
90 #cameraDataChannel; field in DeviceConnection125 this.#cameraDataChannel = pc.createDataChannel('camera-data-channel');126 this.#cameraDataChannel.binaryType = 'arraybuffer';129 this.#cameraDataChannel.onbufferedamountlow = () => {417 if (this.#cameraDataChannel.bufferedAmount > 0 ||430 this.#cameraDataChannel.send(data.slice(i, i + MAX_SIZE));432 this.#cameraDataChannel.send(END_MARKER);