View Source Membrane.RTC.Engine.Event.VoiceActivityChanged (Membrane RTC Engine v0.23.0)
An event indicating that the voice activity on the given track has changed.
Endpoints should only emit those events when they implement voice activity detection.
Summary
Types
@type t() :: %Membrane.RTC.Engine.Event.VoiceActivityChanged{
voice_activity: :speech | :silence
}
Type describing an event indicating changes in voice activity on the given audio track.