MediaObject: { audio?: { state: boolean }; video?: { state?: boolean; width: number; height: number }; renderTarget?: { width: number; height: number }; defaultCutout?: ParticipantCutoutShape }

Deprecated

this type is now inlined and will be removed in a future version of the sdk q3/2023

Type declaration

  • Optional audio?: { state: boolean }
    • state: boolean
  • Optional video?: { state?: boolean; width: number; height: number }
    • Optional state?: boolean
    • width: number
    • height: number
  • Optional renderTarget?: { width: number; height: number }

    Introduced in client version 5.10.6, works with Camera Mode.

    • width: number
    • height: number
  • Optional defaultCutout?: ParticipantCutoutShape

Generated using TypeDoc