CheckPermissionOptions class

Options for checking permission based on specific settings.

Contains settings for audio, video, screenshare, and chat, as well as the type of permission to check.

Constructors

CheckPermissionOptions({required String audioSetting, required String videoSetting, required String screenshareSetting, required String chatSetting, required String permissionType})

Properties

audioSetting String
final
chatSetting String
final
hashCode int
The hash code for this object.
no setterinherited
permissionType String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
screenshareSetting String
final
videoSetting String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited