PlanetKitVolumeLevel

public class PlanetKitVolumeLevel : NSObject

Represents the volume level of a PlanetKit conference peer.

The volume level is represented by an integer value ranging from 0 to 110. The value 0 represents a muted state, and the value 100 represents the original volume. The value 110 represents a volume level that is amplified by +9dB.

  • The volume level value.

    Declaration

    Swift

    @objc
    public var value: Int8