ScreenShareRequest class

MediaDisplayDetails along with a audio boolean whether it should be included or not.

Intended to be served as a result of ScreenShareView invoke.

Constructors

ScreenShareRequest(MediaDisplayDetails details, {bool audio = false})
const

Properties

audio bool
Indicator whether audio should be captured as well.
final
details MediaDisplayDetails
MediaDisplayDetails of this request.
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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