twilio / twilio-video-processors.js

Twilio Video Processors is a collection of video processing tools which can be used with Twilio Video JavaScript SDK to apply transformations and filters to a video track.
Other
33 stars 21 forks source link

BlackScreen on LocalVideoTrack.stop() and Camera light turns off after 7 to 10 sec after I stop the video #73

Open Moavia-00 opened 9 months ago

Moavia-00 commented 9 months ago

here's the code which i'm using

const room = await connect(token, connectOptions); localVideoTrack = Array.from(room.localParticipant.videoTracks.values())[0].track; localVideoTrack.stop()

ISSUES

  1. Black screen on video stop
  2. camera light does not turn off quickly (take 7 to 10 sec)

Expected behavior:

Actual behavior:

Software versions: