# setDefaultContentSource
Version: 4.2.1+
Description: set the default content source
Through the hardwareChanged notification, information about the change of the default content source is received. Also, information about the default content source is provided in response to the getHardware command.
Request example:
{
"method" : "setDefaultContentSource",
"requestId" : "1",
"name" : "TrueConf VideoCapturer 4K"
}
Response example:
{
"method" : "setDefaultContentSource",
"requestId" : "1",
"result" : true
}
Parameter description:
name
- default content source namerequestId
- a unique request identifier. You can learn more about it here.
See also: