Update server
This commit is contained in:
parent
aa7c2aea90
commit
e65b7e0d7c
@ -20534,27 +20534,27 @@ const streamSuccess = (stream) => {
|
|||||||
|
|
||||||
const getLocalStream = () => {
|
const getLocalStream = () => {
|
||||||
console.log('[getLocalStream]');
|
console.log('[getLocalStream]');
|
||||||
// navigator.mediaDevices.getUserMedia({
|
|
||||||
// audio: false,
|
|
||||||
// video: {
|
|
||||||
// qvga : { width: { ideal: 320 }, height: { ideal: 240 } },
|
|
||||||
// vga : { width: { ideal: 640 }, height: { ideal: 480 } },
|
|
||||||
// hd : { width: { ideal: 1280 }, height: { ideal: 720 } }
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
navigator.mediaDevices.getUserMedia({
|
navigator.mediaDevices.getUserMedia({
|
||||||
audio: false,
|
audio: false,
|
||||||
video: {
|
video: {
|
||||||
width: {
|
qvga : { width: { ideal: 320 }, height: { ideal: 240 } },
|
||||||
min: 640,
|
vga : { width: { ideal: 640 }, height: { ideal: 480 } },
|
||||||
max: 1920,
|
hd : { width: { ideal: 1280 }, height: { ideal: 720 } }
|
||||||
},
|
|
||||||
height: {
|
|
||||||
min: 400,
|
|
||||||
max: 1080,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
// navigator.mediaDevices.getUserMedia({
|
||||||
|
// audio: false,
|
||||||
|
// video: {
|
||||||
|
// width: {
|
||||||
|
// min: 640,
|
||||||
|
// max: 1920,
|
||||||
|
// },
|
||||||
|
// height: {
|
||||||
|
// min: 400,
|
||||||
|
// max: 1080,
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// })
|
||||||
.then(streamSuccess)
|
.then(streamSuccess)
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
console.log(error.message)
|
console.log(error.message)
|
||||||
|
@ -176,27 +176,27 @@ const streamSuccess = (stream) => {
|
|||||||
|
|
||||||
const getLocalStream = () => {
|
const getLocalStream = () => {
|
||||||
console.log('[getLocalStream]');
|
console.log('[getLocalStream]');
|
||||||
// navigator.mediaDevices.getUserMedia({
|
|
||||||
// audio: false,
|
|
||||||
// video: {
|
|
||||||
// qvga : { width: { ideal: 320 }, height: { ideal: 240 } },
|
|
||||||
// vga : { width: { ideal: 640 }, height: { ideal: 480 } },
|
|
||||||
// hd : { width: { ideal: 1280 }, height: { ideal: 720 } }
|
|
||||||
// }
|
|
||||||
// })
|
|
||||||
navigator.mediaDevices.getUserMedia({
|
navigator.mediaDevices.getUserMedia({
|
||||||
audio: false,
|
audio: false,
|
||||||
video: {
|
video: {
|
||||||
width: {
|
qvga : { width: { ideal: 320 }, height: { ideal: 240 } },
|
||||||
min: 640,
|
vga : { width: { ideal: 640 }, height: { ideal: 480 } },
|
||||||
max: 1920,
|
hd : { width: { ideal: 1280 }, height: { ideal: 720 } }
|
||||||
},
|
|
||||||
height: {
|
|
||||||
min: 400,
|
|
||||||
max: 1080,
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
// navigator.mediaDevices.getUserMedia({
|
||||||
|
// audio: false,
|
||||||
|
// video: {
|
||||||
|
// width: {
|
||||||
|
// min: 640,
|
||||||
|
// max: 1920,
|
||||||
|
// },
|
||||||
|
// height: {
|
||||||
|
// min: 400,
|
||||||
|
// max: 1080,
|
||||||
|
// }
|
||||||
|
// }
|
||||||
|
// })
|
||||||
.then(streamSuccess)
|
.then(streamSuccess)
|
||||||
.catch(error => {
|
.catch(error => {
|
||||||
console.log(error.message)
|
console.log(error.message)
|
||||||
|
Loading…
Reference in New Issue
Block a user