HostRequestResponseOptions class
Defines options for handling a host's response to a participant request.
Constructors
-
HostRequestResponseOptions({required RequestResponse requestResponse, ShowAlert? showAlert, required List<
Request> requestList, required void updateRequestList(List<Request> ), required void updateMicAction(bool), required void updateVideoAction(bool), required void updateScreenAction(bool), required void updateChatAction(bool), required void updateAudioRequestState(String), required void updateVideoRequestState(String), required void updateScreenRequestState(String), required void updateChatRequestState(String), required void updateAudioRequestTime(int?), required void updateVideoRequestTime(int?), required void updateScreenRequestTime(int?), required void updateChatRequestTime(int?), required int updateRequestIntervalSeconds})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
requestList
→ List<
Request> -
final
- requestResponse → RequestResponse
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showAlert → ShowAlert?
-
final
- updateAudioRequestState → void Function(String)
-
final
- updateAudioRequestTime → void Function(int?)
-
final
- updateChatAction → void Function(bool)
-
final
- updateChatRequestState → void Function(String)
-
final
- updateChatRequestTime → void Function(int?)
-
final
- updateMicAction → void Function(bool)
-
final
- updateRequestIntervalSeconds → int
-
final
-
updateRequestList
→ void Function(List<
Request> ) -
final
- updateScreenAction → void Function(bool)
-
final
- updateScreenRequestState → void Function(String)
-
final
- updateScreenRequestTime → void Function(int?)
-
final
- updateVideoAction → void Function(bool)
-
final
- updateVideoRequestState → void Function(String)
-
final
- updateVideoRequestTime → void Function(int?)
-
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