Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

165
Views
Can't change size of recorded video with WebRTC

I am a trainee JavaScript and I have just recently started using TypeScript, so maybe this is a silly question but I cant figure it out. I am working on this system for answering questions via video integrating WebRTC. I have two video tags, one for the video that is being recorded and the other one for playing the already recorded video. How can I change the size of the second one? I didn't find an options parameter so I am clueless.

const playRecorded = () => {
    console.log(recordedBlobs.current);
    let superBuffer = new Blob(recordedBlobs.current[videoUp.id], {
      type: 'video/webm;codecs=vp9,opus',
    });
    if (recordedVideo.current !== null) {
      recordedVideo.current.src = window.URL.createObjectURL(superBuffer);
      recordedVideo.current.controls = true;
      (recordedVideo as any).current.play();
    } else {
      console.error('la cagué');
    }
  };
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!