设备网络SDK开发使用手册 |
<ControlParam version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
<operateType opt="answer,reject,call,adjustAudio,hangUp,dualStreamEnabled,dualStreamDisabled"> <!--req,xs:string, "answer,reject,call,adjustVolume"--> </operateType> <CallParam> <!--dep,depends on operateType--> <addressType opt="URL"> <!--req,xs:string,"URL"--> </addressType> <URL> <!--req,xs:string--> </URL> <callRate min="32" max="6144"> <!-- opt, xs:integer, unit:Kbps--> </callRate> </CallParam> <AudioParam> <!--dep,depends on operateType--> <mute> <!--opt,xs:boolean,"true,false"--> </mute> <volume> <!-- dep, xs:integer,depends on mute,1-100--> </volume> <audioInputDisabled> <!--opt,xs:boolean,"true,false"--> </audioInputDisabled> </AudioParam> </ControlParam> |