Skip to main content
Member of ML.SDK.MassiveLoopRoom
Method | Static

bool MassiveLoopRoom.TryRemoveChannel(byte channelId)

static bool MassiveLoopRoom.TryRemoveChannel(byte channelId);

Parameters

ParameterTypeDescription
channelIdbyteThe channel to remove.

Returns

bool

True if the operation could be sent to the server. False if channel doesn't exists.

Summary

Remove a channel, if it exists.