Start the remote audio level observer with try await vapi?.startRemoteParticipantsAudioLevelObserver(). Then vapi?.remoteAudioLevel will have the assistant audio level.
I named it remoteAudioLevel to fit the Daily naming convension, but we can also call it assistantAudioLevel if that's more clear for vapi. Let me know
Start the remote audio level observer with
try await vapi?.startRemoteParticipantsAudioLevelObserver()
. Thenvapi?.remoteAudioLevel
will have the assistant audio level.I named it remoteAudioLevel to fit the Daily naming convension, but we can also call it assistantAudioLevel if that's more clear for vapi. Let me know