Breakout

public struct Breakout

A data type represents the breakout

Since

3.7.0
  • Start time of the breakout sessions

    Declaration

    Swift

    public private(set) var startTime: Date { get }
  • Duration of the breakout sessions in seconds

    Declaration

    Swift

    public private(set) var duration: Double? { get }
  • Delay timer in seconds before breakout sessions are ended after session starts closing

    Declaration

    Swift

    public private(set) var delay: Double? { get }
  • If anyone can join the main session once breakout sessions are closed then True else False

    Declaration

    Swift

    public private(set) var allowReturnToMainSession: Bool { get }
  • If anyone can join the session later then True else False

    Declaration

    Swift

    public private(set) var allowJoinLater: Bool { get }