sendStopContentSharing
Less than 1 minute
sendStopContentSharing
Description: stop sharing content initiated by a specific participant. v4.3.0.+
Available only to the conference owner, moderator, or operator of the current conference.
Request example:
{
"requestId" : "1",
"method" : "sendStopContentSharing",
"peerId" : "user2@some.server/b7556a35"
}Response example:
{
"method" : "sendStopContentSharing",
"requestId" : "1",
"result" : true
}Parameter description:
peerId- the unique identifier of the user (TrueConf ID) whose content display we need to stop.requestId- a unique request identifier. You can learn more about it here.
See also: