PlanetKitPeerAudioDescription

public class PlanetKitPeerAudioDescription : NSObject

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

  • The ID of the peer.

    Declaration

    Swift

    @objc
    public let peerId: PlanetKitUserId
  • The average audio volume level from the speaker, ranging between 0 and 100.

    Declaration

    Swift

    @objc
    public internal(set) var averageVolumeLevel: Int8 { get }
  • The subgroup name marked in the last received audio description.

    Remark

    This value is valid only in a conference.

    Declaration

    Swift

    @objc
    public let sentSubgroupName: String?
  • The tagged subgroup name marked in the last received audio description.

    Remark

    This value is valid only in a conference.

    Declaration

    Swift

    @objc
    public let taggedSubgroupName: String?
  • A string representation of the PlanetKitPeerAudioDescription object.

    Declaration

    Swift

    public override var description: String { get }