Remarks
An enumeration of the different audio input device statuses.
Values
EOS_ERTCAudioInputStatus
Enumerated Value | Meaning |
---|---|
EOS_RTCAIS_Idle | The device is not in used right now (e.g: you are alone in the room). In such cases, the hardware resources are not allocated. |
EOS_RTCAIS_Recording | The device is being used and capturing audio |
EOS_RTCAIS_RecordingSilent | The SDK is in a recording state, but actually capturing silence because the device is exclusively being used by the platform at the moment. This only applies to certain platforms. |
EOS_RTCAIS_RecordingDisconnected | The SDK is in a recording state, but actually capturing silence because the device is disconnected (e.g: the microphone is not plugged in). This only applies to certain platforms. |
EOS_RTCAIS_Failed | Something failed while trying to use the device |