Scale media stream object of a video in Javascript

前端 未结 0 885
不思量自难忘°
不思量自难忘° 2021-01-18 03:29

Assume that I have a video screen share by:

async function getMedia(constraints) {
  let stream = null;

  try {
    stream = await navigator.mediaDevices.get         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题