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

No type for Pipeline in 1.02 but suggested in best practice #50

Closed paule-refero closed 1 year ago

paule-refero commented 1 year ago

(https://twilio.github.io/twilio-video-processors.js/classes/gaussianblurbackgroundprocessor.html)

The pipeline is non-existent when declaring it, as per the documentation. addProcessor only accepts one argument - yet the link suggests otherwise.

Please can you advise which is correct