webchannelCreate( )

Creates a Web channel.

Pseudocode
webchannelGetInfo(
  unsigned int chanType,
  unsigned int refUserOrGroupId,
  NewWebChannel webChannel
);
Returns
The new, uniqueunsigned int Web channel ID.
Parameters
  • chanType   The type of channel.

  • refUserOrGroupId   The unique ID of the user or group.

  • webChannel   The name of the new Web channel.

Remarks

The refUserOrGroupId parameter must be set to an existing user or group ID, depending on chanType.