Photon Voice
v2.58
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] |
This component is useful to handle audio device and config changes.
| bool HandleDeviceChange = true |
Try to react to device change notification when Recorder is started.
| bool HandleDeviceChangeAndroid |
Android: Try to react to device change notification when Recorder is started.
| bool HandleDeviceChangeIOS |
iOS: Try to react to device change notification when Recorder is started.