DefaultFrameInterceptorData

data class DefaultFrameInterceptorData(val speakingState: SpeakingFlags = SpeakingFlags { +SpeakingFlag.Microphone })(source)

Data that is used to configure for the lifetime of a DefaultFrameInterceptor.

Parameters

speakingState

the SpeakingFlags to be sent when there audio being sent. By default, it is microphone-only.

Constructors

Link copied to clipboard
constructor(speakingState: SpeakingFlags = SpeakingFlags { +SpeakingFlag.Microphone })

Properties

Link copied to clipboard