# sendStopContentSharing

Version: 4.3.0.+

Description: stop sharing content initiated by a specific participant.

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 a user (TrueConf ID), whose content sharing we must stop

  • requestId - unique request identifier. You can find more details about it here.

See also: