Photon Voice v2.53

Public Attributes | Protected Member Functions | List of all members
AudioChangesHandler Class Reference

This component is useful to handle audio device and config changes. More...

Inherits VoiceComponent.

Public Attributes

bool HandleDeviceChange = true
 Try to react to device change notification when Recorder is started. More...
 
bool HandleDeviceChangeIOS
 iOS: Try to react to device change notification when Recorder is started. More...
 
bool HandleDeviceChangeAndroid
 Android: Try to react to device change notification when Recorder is started. More...
 
- Public Attributes inherited from VoiceComponent
VoiceLogger VoiceLogger => impl.VoiceLogger
 

Protected Member Functions

override void Awake ()
 

Additional Inherited Members

- Protected Attributes inherited from VoiceComponent
Voice.ILogger Logger => impl.Logger
 
- Properties inherited from VoiceComponent
string Name [set]
 

Detailed Description

This component is useful to handle audio device and config changes.

Member Data Documentation

◆ HandleDeviceChange

bool HandleDeviceChange = true

Try to react to device change notification when Recorder is started.

◆ HandleDeviceChangeAndroid

bool HandleDeviceChangeAndroid

Android: Try to react to device change notification when Recorder is started.

◆ HandleDeviceChangeIOS

bool HandleDeviceChangeIOS

iOS: Try to react to device change notification when Recorder is started.