File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { log } from '..';
1414 *
1515 * @param room
1616 * @param preferSpeakerOutput
17- * @param onConfigureNativeAudio
17+ * @param onConfigureNativeAudio A custom method for determining options used.
1818 */
1919export function useIOSAudioManagement (
2020 room : Room ,
Original file line number Diff line number Diff line change @@ -248,6 +248,8 @@ export default class AudioSession {
248248 * Applies the provided audio configuration to the underlying AudioSession.
249249 *
250250 * Must be called prior to connecting to a Room for the configuration to apply correctly.
251+ *
252+ * See also useIOSAudioManagement for automatic configuration of iOS audio options.
251253 */
252254 static configureAudio = async ( config : AudioConfiguration ) => {
253255 await LivekitReactNative . configureAudio ( config ) ;
You can’t perform that action at this time.
0 commit comments