GET Softphone/GetConfigRecordScreen?campaignId={campaignId}
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
campaignId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
ObjConfigRecordScreenName | Description | Type | Additional information |
---|---|---|---|
Codec | integer |
None. |
|
BitRate | string |
None. |
|
Fps | integer |
None. |
|
PathFile | string |
None. |
|
ShowTimer | boolean |
None. |
|
RecordScreen | integer |
None. |
Response Formats
application/json, text/json
Sample:
{ "Codec": 1, "BitRate": "sample string 2", "Fps": 3, "PathFile": "sample string 4", "ShowTimer": true, "RecordScreen": 6 }
application/xml, text/xml
Sample:
<ObjConfigRecordScreen xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DBSoftphone"> <BitRate>sample string 2</BitRate> <Codec>1</Codec> <Fps>3</Fps> <PathFile>sample string 4</PathFile> <RecordScreen>6</RecordScreen> <ShowTimer>true</ShowTimer> </ObjConfigRecordScreen>