PlanetKitMyAudioDescription

public class PlanetKitMyAudioDescription : NSObject

A class that represents the audio description for the local user’s audio information.

  • The average audio volume level of the microphone. The level ranges between 0 and 100.

    Declaration

    Swift

    @objc
    public let averageVolumeLevel: Int8
  • The subgroup name of the last sent audio frame.

    Remark

    This value is valid only in a conference.

    Declaration

    Swift

    @objc
    public let destinationSubgroupName: String?
  • The tagged subgroup name of the last sent audio frame.

    Remark

    This value is valid only in a conference.

    Declaration

    Swift

    @objc
    public let taggedSubgroupName: String?