twilio / twilio-video-app-react

A collaboration application built with the twilio-video.js SDK and React.js
Apache License 2.0
1.8k stars 725 forks source link

.off is not available. #791

Closed IamSanjayGupta closed 1 year ago

IamSanjayGupta commented 1 year ago

I am building Twilio Video app from scratch and noticing some functions are available which is available in this app. For example, on cleanup I want to removed listeners but .off method is not available. Please help me to resolve the problem.

image image

IamSanjayGupta commented 1 year ago

Have installed ts-node and @types/node to get this feature.