ConferenceLayout
public enum ConferenceLayout : Int
ConferenceLayout is used to indicate the layout used by the conference.
-
Grid - each participant is given an equal sized image size.
Declaration
Swift
case Grid = 0 -
Active speaker - participant who speaks is prominently displayed in the center of the screen and other participants are minimized.
Declaration
Swift
case ActiveSpeaker = 1
ConferenceLayout Enumeration Reference