isStrict property
read / write
The strict mode of the channel.
When true
, the channel creation will fail if any of the users do not exist.
When false
, the channel creation will succeed even if all the users do not exist.
Implementation
bool? isStrict;