PlanetKitSubgroupState
public class PlanetKitSubgroupState : NSObject
A class representing the state of a subgroup in the conference.
-
Indicates whether the subgroup is silenced.
Declaration
Swift
@objc public var isSilenced: Bool { get }
-
Indicates whether the subgroup has auto volume control focused on peers’ audio.
Declaration
Swift
@objc public var isAutoVolumeFocused: Bool { get }
-
Gets the total number of peers in the room. The count does not include the local user.
Remark
Initially, the peer list on the client-side does not contain the complete peer list. The list is updated gradually as the LINE Planet Cloud server sends the remaining peer list to the client.Declaration
Swift
@objc public var totalPeersCount: Int { get }