RTCVideoFrame - infobip/infobip-rtc-js GitHub Wiki
Represents various formats a video frame can take,
including HTMLVideoElement, HTMLImageElement, HTMLCanvasElement,
and ImageBitmap.
const image: HTMLImageElement = new Image()
const rtcVideoFrame: RTCVideoFrame = image