PlanetKitConferenceVideoUpdateParam
public class PlanetKitConferenceVideoUpdateParam : NSObject
A class representing the parameters provided in the event for updating the video during a conference.
-
The subgroup associated with the update.
Declaration
Swift
@objc public let subgroup: PlanetKitSubgroup
-
The peers whose video status was updated.
Declaration
Swift
@objc public let videoUpdatedPeers: [PlanetKitConferenceVideoUpdatedPeer]