Static Public Attributes | |
static ChannelCreationOptions | Default = new ChannelCreationOptions() |
Default values of channel creation options. More... | |
Properties | |
bool | PublishSubscribers [get, set] |
Whether or not the channel to be created will allow client to keep a list of users. More... | |
int | MaxSubscribers [get, set] |
Limit of the number of users subscribed to the channel to be created. More... | |
|
static |
Default values of channel creation options.
|
getset |
Limit of the number of users subscribed to the channel to be created.
|
getset |
Whether or not the channel to be created will allow client to keep a list of users.