func broadcastSession()

in BasicBroadcast/ViewControllers/CustomSourcesViewController.swift [163:165]


    func broadcastSession(_ session: IVSBroadcastSession, audioStatsUpdatedWithPeak peak: Double, rms: Double) {
        labelSoundDb.text = "db: \(rms)"
    }