PlanetKitConferencePeerListUpdateParam
public class PlanetKitConferencePeerListUpdateParam : NSObject
A class representing the parameters provided in the event for updating the peer list during a conference.
-
The subgroup associated with the update.
Declaration
Swift
@objc public let subgroup: PlanetKitSubgroup
-
The peers that were added to the conference.
Declaration
Swift
@objc public let addedPeers: [PlanetKitConferencePeer]
-
The peers that were removed from the conference.
Declaration
Swift
@objc public let removedPeers: [PlanetKitConferencePeer]
-
The total number of peers in the conference.
Remark
The totalPeersCount is a value held by the server, and it will continue to provide information on the peer list, corresponding to the count number, in the future.Declaration
Swift
@objc public let totalPeersCount: Int