Is it possible to add a watermark to the WebRTC video?

How can I put watermark to the WebRTC video?

you should use canvas.

  1. put camera stream to canvas
  2. draw watermarker img or text to canvas
  3. capture stream from canvas
  4. ship canvas stream to webrtc