이 콘텐츠는 선택한 언어로 제공되지 않습니다.
34.125. setChildChannels
- Name
- setChildChannels
- Description
- Subscribe the given server to the child channels provided. This method will unsubscribe the server from any child channels that the server is currently subscribed to, but that are not included in the list. The user may provide either a list of channel ids (int) or a list of channel labels (string) as input.
- Parameters
- string sessionKey
- int serverId
- array:
- int (deprecated) or string - channelId (deprecated) or channelLabel
- Return Value
- int - 1 on success, exception thrown otherwise.