livekit / client-sdk-swift

LiveKit Swift Client SDK. Easily build live audio or video experiences into your mobile app, game or website.
https://livekit.io
Apache License 2.0
174 stars 84 forks source link

Extend AudioCustomProcessingDelegate #359

Closed hiroshihorie closed 2 months ago

hiroshihorie commented 3 months ago

Adds optional delegate methods to AudioCustomProcessingDelegate So that the processor can receive information about the Room. Useful for implementing Krisp audio processors etc.

hiroshihorie commented 2 months ago

The processor can simply conform to RoomDelegate if it wants to receive room related notifications instead of this Incomplete implementation.