RunRenderingContextOptions: { view: RenderingContextView; defaultCutout?: ParticipantCutoutShape }

Type declaration

  • view: RenderingContextView

    "immersive" to fill the entire meeting canvas, or "camera" to affect only the user's video stream.

  • Optional defaultCutout?: ParticipantCutoutShape

    The default cutout behavior of drawParticipant(): "person" means cut out the background; other shapes mean crop the participant's video into the named shape

Generated using TypeDoc