PlanetKitPeerAudioDescriptionDelegate
@objc
public protocol PlanetKitPeerAudioDescriptionDelegate
A delegate protocol for receiving updates on the audio descriptions of peer users.
-
Called when the audio descriptions of peers are updated.
Declaration
Swift
func peerAudioDescriptionsDidUpdate(_ descriptions: [PlanetKitPeerAudioDescription], averageVolumeLevel: Int8)
Parameters
descriptions
An array of
PlanetKitPeerAudioDescription
instances representing the audio descriptions of peers.averageVolumeLevel
The average volume level of the audio descriptions.