AudioSourceChangedEvent type

오디오 원본 변경 이벤트에 대한 페이로드입니다.

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