Ce contenu n'est pas disponible dans la langue sélectionnée.
10.63. Method: setUserSubscribable
Set the subscribable flag for a given channel and user. If value is set to true
, this method gives the user 'subscribe' permissions to the channel. Otherwise, the privilege is revoked.
The following parameters are available for this method:
- string
sessionKey
- string
channelLabel
- Label of the channel - string
login
- Login of the target user - boolean
value
- Value of the flag to set
The following return values are available for this method:
- int -
1
on success, exception thrown otherwise.