Skip to content

Commit

Permalink
fix Visualizer block UI. (#667)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Dec 23, 2024
1 parent c3c91d1 commit f6a8f24
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared_swift/Visualizer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,6 @@ public class Visualizer: NSObject, RTCAudioRenderer, FlutterStreamHandler {

deinit {
_track?.remove(audioRenderer: self)
channel?.setStreamHandler(nil)
}

public func render(pcmBuffer: AVAudioPCMBuffer) {
Expand Down

0 comments on commit f6a8f24

Please sign in to comment.