BreakoutSession
public struct BreakoutSession
A data type represents the breakout session
Since
3.7.0-
Name of the breakout session
Declaration
Swift
public private(set) var name: String { get }
-
Session ID of the breakout session
Declaration
Swift
public private(set) var sessionId: String { get }
-
If this session is assigned then
True
elseFalse
Declaration
Swift
public private(set) var isAssigned: Bool { get }