meet::LayoutModel

Summary

Public attributes

canvases
std::vector< VideoCanvas >
The canvases that videos are assigned to from each virtual SSRC.
label
std::string
A client-specified identifier for this assignment.

Public attributes

canvases

std::vector< VideoCanvas > meet::LayoutModel::canvases

The canvases that videos are assigned to from each virtual SSRC.

Providing more canvases than exists virtual streams will result in an error status.

label

std::string meet::LayoutModel::label

A client-specified identifier for this assignment.

The identifier will be used to reference a given LayoutModel in subsequent VideoAssignment resource update pushed from server to client.