Typealias ShouldConfigureAudioSessionFunc
@available(*, deprecated, message: "Moved to AudioManager.ConfigureAudioSessionFunc")
public typealias ShouldConfigureAudioSessionFunc = (_ newState: AudioManager.TrackState,
_ oldState: AudioManager.TrackState) -> Void
Function type for LiveKit.onShouldConfigureAudioSession
.
Parameters
Name | Type | Description |
---|---|---|
newState | The new state of audio tracks |
|
oldState | The previous state of audio tracks |