AudioSourceChangedEvent type

Payload for audio source changed event.

type AudioSourceChangedEvent = (args: { source: LocalAudioStream }) => void