AudioSession: {
    setCategory: ((category) => Promise<void>);
} = ...

An object that communicates to the system how you intend to use audio in your app.

Type declaration