How do I capture the video for the current tab?

Hi,

Is there an equivalent for the chrome…tabCapture.capture in firefox.
I am trying to capture the video stream for currentTab.

Regards,
Sandeep.

If it is not listed on https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Browser_support_for_JavaScript_APIs it doesn’t exist (yet).
You may want to search bugzilla, but for now the best you can get is sceenshors (or maybe something you can cook up with canvas in the content context, but I doubt that would be faster).

Relevant ticket:

Thanks @lidel and @NilkasG