You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
adamrangs edited this page Aug 8, 2022
·
1 revision
Starting from version 2.5.0, The SDK supports three types of video layouts (Single, Filmstrip and Grid) for the group call.
publicenumVideoLayout {
SINGLE, FILMSTRIP, GRID
}
The single layout is to display only active speaker’s video in the remote video view. The filmstrip layout is that in addition to the active speaker’s video, other attendee thumbnail videos are displayed below as the filmstrip in the remote video view. The grid layout is that the videos of all participants are displayed in the remote video view with the same size grid.