ejectAtTokenExpiration property Null safety

bool ejectAtTokenExpiration
inherited

Whether or not a user that entered a private room using a token will be ejected when their token expires.

See Meeting tokens.

Implementation

bool get ejectAtTokenExpiration =>
    throw _privateConstructorUsedError;