mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
correct docs
This commit is contained in:
@@ -24,7 +24,7 @@ function getPreferredAudioFormat(): "ogg" | "mp3" {
|
|||||||
const preferredFormat = getPreferredAudioFormat();
|
const preferredFormat = getPreferredAudioFormat();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Prefetch sounds to be used by the AudioContext. This should
|
* Prefetch sounds to be used by the AudioContext. This can
|
||||||
* be called outside the scope of a component to ensure the
|
* be called outside the scope of a component to ensure the
|
||||||
* sounds load ahead of time.
|
* sounds load ahead of time.
|
||||||
* @param sounds A set of sound files that may be played.
|
* @param sounds A set of sound files that may be played.
|
||||||
|
|||||||
Reference in New Issue
Block a user