PlanetKitConferenceSetSharedContent
@objc
public class PlanetKitConferenceSetSharedContent : NSObject
A class that represents shared content in a PlanetKit conference event.
-
The peer who shared the content.
Declaration
Swift
@objc public let peer: PlanetKitConferencePeer
-
The shared data.
Declaration
Swift
@objc public let data: Data
-
The elapsed time in seconds since the content was shared.
Declaration
Swift
@objc public let elapsedSeconds: TimeInterval