79423138

Date: 2025-02-08 12:05:40
Score: 3
Natty:
Report link

As @sean-dubois said, MediaRecorder API is the way to go.

To add to that, I have made a project that utilizes MediaRecorder API to stream video calls over arbitrary data channels: https://github.com/WofWca/video-call-over-email.

Of course instead of endlessly streaming the data you can end it at any time, which would be the equivalent of an audio / video message.

Reasons:
  • Contains signature (1):
  • No code block (0.5):
  • User mentioned (1): @sean-dubois
  • Low reputation (0.5):
Posted by: WofWca