Skip to main contentIBM Video Streaming Developers

Hide viewer numbers in player

Hide viewer numbers

The current and total number of viewers of a live channel will not be visible in the player.

PUT https://api.video.ibm.com/channels/{channel_id}/settings/hide-viewers.json

Parameters

The parameters for the PUT request:

PARAMETERTYPEIMPORTANCEDESCRIPTION
valuebooleanREQUIREDEnable or disable hiding the viewer numbers (when value is true, numbers are hidden)

Success response

Upon success a response with HTTP status “200 OK” is returned.

Error responses

Possible error responses:

HTTP RESPONSE CODEERROR VALUEERROR CONDITIONS
400 Bad Requestinvalid_valueThe specified value is invalid or unsupported.
401 UnauthorizedThe provided access token is missing, revoked, expired or malformed
403 Forbiddenlack_of_ownershipThe API user is not allowed to manage the given channel
404 Not Foundnot_foundChannel not found
503 Service UnavailableThere is a temporary error on the server which makes it impossible to serve the request