PlanetKitConferenceExceptionMessage
public class PlanetKitConferenceExceptionMessage : NSObject
A class that represents an exception message that occurred in a PlanetKit conference event.
-
The peer that caused the exception.
Declaration
Swift
@objc public let peer: PlanetKitConferencePeer
-
The subgroup that caused the exception.
Declaration
Swift
@objc public let subgroup: PlanetKitSubgroup
-
The type of exception that occurred.
Declaration
Swift
@objc public let type: PlanetKitConferenceExceptionType
-
The message that describes the exception.
Declaration
Swift
@objc public let message: String?