PlanetKitConferenceScreenShareUpdateParam
public class PlanetKitConferenceScreenShareUpdateParam : NSObject
A class representing the parameters provided in the event for updating the screen share during a conference.
-
The ID of the peer user associated with the screen share update.
Declaration
Swift
@objc public let peerId: PlanetKitUserId
-
The name of the subgroup associated with the screen share update.
Declaration
Swift
@objc public let subgroupName: String?
-
The state of the screen share update.
Declaration
Swift
@objc public let state: PlanetKitScreenShareState