Skip to content
Neeraj Swarnkar edited this page Nov 22, 2022 · 5 revisions

Introduction

This wiki explains the layout of remote videos in the SDK.

Layout

image

Screenshot is added from our Kitchen Sink app.

API

To know about all the other APIs in the Webex JS SDK, please visit → https://webex.github.io/webex-js-sdk/api/

Uses below API to change layout type for the current meeting for the specific participant/device only

changeVideoLayout(layoutType, renderInfo = {})

Layout Types

There are 5 layout types available in meetings, we can check that in our public Kitchen Sink app. Types with screenshots are added below -

Single

image2022-10-11_16-8-50

Equal

image2022-10-11_16-7-58

Active Presence

image2022-10-11_16-8-34

Prominent

image2022-10-11_16-8-23

One+N

image2022-10-11_16-8-14

Screenshots are added from our Kitchen Sink app.

For 'Equal' we get exact resolution (expected resolution) that is requested. (Whatever is set for height and width).

For 'Single', 'Prominent', 'One+N', & 'Active Presence' we always get close to 720p or more.

For 1080p, We have validation, If device doesn’t support, remote resolution will be set as 720p.

Clone this wiki locally