OnRemoteAudioPropertiesReportType typedef

OnRemoteAudioPropertiesReportType = void Function(List<RemoteAudioPropertiesInfo> audioPropertiesInfos, int totalRemoteVolume)

audioPropertiesInfos: Remote audio information.

totalRemoteVolume: Total volume of all subscribed remote streams.

Implementation

typedef OnRemoteAudioPropertiesReportType = void Function(
    List<RemoteAudioPropertiesInfo> audioPropertiesInfos,
    int totalRemoteVolume);