Interface MediaApiCanvas

Video canvas for video assignment.

Signature

declare interface MediaApiCanvas

Property signatures

Name Description
dimensions Dimensions of the canvas.
id ID for the video canvas. This is required and must be unique within the containing layout model. Clients should prudently reuse these IDs, as this allows the backend to keep assigning video streams to the same canvas as much as possible.
relevant Tells the server to choose the best video stream for this canvas. This is the only supported mode for now.