VideoLayout

@objc
public enum VideoLayout : NSInteger

Represents how each of the remote participant’s videos are composited into the single video stream received by the client.

  • Only the most recent speaker is shown, taking up the whole video stream.

    Declaration

    Swift

    case speaker
  • The most recent speaker is shown as a larger video. A filmstrip of the next (up to) 5 most recent speakers is shown at the bottom.

    Declaration

    Swift

    case people
  • Up to the 9 most recent speakers are shown, arranged in a grid layout of equal sizes.

    Declaration

    Swift

    case gallery