mux.comsys.flags

mux.comsys.flags contains immutable typed constants accepted by ChannelFlags:

ConstantNative behavior
PUBLICMakes the channel visible without a successful join lock.
LOUDAnnounces applicable connection and presence changes.
TRANSPARENTRelaxes hidden-member filtering in native channel displays.

Constants compare by identity within the current Lua runtime and render as their uppercase names. Unknown constants, raw strings, and constants from another runtime raise mux.channel_flag.invalid.

See Also