PlanetKitConferenceSubgroupUpdatedPeer
public class PlanetKitConferenceSubgroupUpdatedPeer : NSObject
A class representing an updated subgroup names in the event for updating the peer subgroup during a conference.
-
The peer that was updated.
Declaration
Swift
@objc public let peer: PlanetKitConferencePeer
-
The names of the subgroups the peer has subscribed to.
Declaration
Swift
@objc public let subscribedSubgroupNames: [String]
-
The names of the subgroups the peer has unsubscribed from.
Declaration
Swift
@objc public let unsubscribedSubgroupNames: [String]