tokenExpiration property
- @JsonKey(fromJson: _durationFromInt)
inherited
If set, tokens to enter private rooms expire after this duration.
See Meeting tokens.
Implementation
@JsonKey(fromJson: _durationFromInt)
Duration? get tokenExpiration => throw _privateConstructorUsedError;