DefaultFrameInterceptor

The default implementation for FrameInterceptor. Any custom implementation should extend this and call the super intercept method, or else the speaking flags will not be sent!

Parameters

data

the data to configure this instance with.

Constructors

Link copied to clipboard
constructor(data: DefaultFrameInterceptorData = DefaultFrameInterceptorData())

Functions

Link copied to clipboard
open override fun Flow<AudioFrame?>.intercept(configuration: FrameInterceptorConfiguration): Flow<AudioFrame?>