Message about the configuration capability of the audio input and output in XML format.
<AudioInOutCfg version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
<audioInManualCfgEnable opt="true,false"><!--optional, xs:boolean, whether to enable configuring audio input manually--></audioInManualCfgEnable>
<audioOutManualCfgEnable opt="true,false"><!--optional, xs:boolean, whether to enable configuring audio output manually--></audioOutManualCfgEnable>
<Intercom>
<AudioInType opt="micIn,LineIn1,list"><!--required, xs:string, audio input type: "micIn", "lineIn1", "list". If this node is set to "list", the device will parse the volume in AudioList--></AudioInType>
<AudioInList>
<AudioIn>
<id opt="micIn,LineIn1"><!--required, xs:string, audio input ID: "micIn", "lineIn1"--></id>
<isConfiged><!--optional, xs:boolean, whether the device type is configured: true, false. If the device type of the device corresponding to the ID is configured and applied, this node should be set to true--></isConfiged >
<volume min="0" max="10"><!--required, xs:integer, volume level, value range: [0, 10], 0 means the device is muted, and the default volume is 6--></volume>
</AudioIn>
</AudioInList>
<AudioOutType opt="spkOut,spkOut1,spkOut2,lineOut1,spkOut_lineOut1,list"><!--required, xs:string, audio output type: "spkOut", "spkOut1", "spkOut2", "lineOut1", "spkOut_lineOut1", "list"--></AudioOutType>
<AudioOutList>
<AudioOut>
<id opt="spkOut,spkOut1,spkOut2,lineOut1,spkOut_lineOut1"><!--required, xs:string, audio output ID: "spkOut", "spkOut1", "spkOut2", "lineOut1", "spkOut_lineOut1"--></id>
<isConfiged><!--optional, xs:boolean, whether the device type is configured: true, false. If the device type of the device corresponding to the ID is configured and applied, this node should be set to true--></isConfiged >
<volume min="0" max="10"><!--required, xs:integer, volume level, value range: [0, 10], 0 means the device is muted, and the default volume is 6--></volume>
</AudioOut>
</AudioOutList>
</Intercom>
<Broadcast>
<AudioOutType opt="spkOut,spkOut1,spkOut2,lineOut1,spkOut_lineOut1,list"><!--required, xs:string, audio output type: "spkOut", "spkOut1", "spkOut2", "lineOut1", "spkOut_lineOut1", "list"--></AudioOutType>
<AudioOutList>
<AudioOut>
<id opt="spkOut,spkOut1,spkOut2,lineOut1,spkOut_lineOut1"><!--required, xs:string, audio output ID: "spkOut", "spkOut1", "spkOut2", "lineOut1", "spkOut_lineOut1"--></id>
<isConfiged><!--optional, xs:boolean, whether the device type is configured: true, false. If the device type of the device corresponding to the ID is configured and applied, this node should be set to true--></isConfiged >
<volume min="0" max="10"><!--required, xs:integer, volume level, value range: [0, 10], 0 means the device is muted, and the default volume is 6--></volume>
</AudioOut>
</AudioOutList>
</Broadcast>
<VoicePrompt>
<AudioOutType opt="spkOut1,spkOut2,lineOut1,spkOut_lineOut1,list"><!--required, xs:string, audio output type: "spkOut1", "spkOut2", "lineOut1", "spkOut_lineOut1", "list"--></AudioOutType>
<AudioOutList>
<AudioOut>
<id opt="spkOut1,spkOut2,lineOut1,spkOut_lineOut1"><!--required, xs:string, audio output ID: "spkOut1", "spkOut2", "lineOut1", "spkOut_lineOut1"--></id>
<isConfiged><!--optional, xs:boolean, whether the device type is configured: true, false. If the device type of the device corresponding to the ID is configured and applied, this node should be set to true--></isConfiged >
<volume min="0" max="10"><!--required, xs:integer, volume level, value range: [0, 10], 0 means the device is muted, and the default volume is 6--></volume>
</AudioOut>
</AudioOutList>
</VoicePrompt>
</AudioInOutCfg>