GetMediaStreamOptions class
Properties
-
consumerTabId
↔ int?
-
Optional tab id of the tab which will later invoke
getUserMedia()
to consume the stream. If not specified
then the resulting stream can be used only by the calling extension.
The stream can only be used by frames in the given tab whose security
origin matches the consumber tab's origin. The tab's origin must be a
secure origin, e.g. HTTPS.
getter/setter pair
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
targetTabId
↔ int?
-
Optional tab id of the tab which will be captured. If not specified
then the current active tab will be selected. Only tabs for which the
extension has been granted the
activeTab
permission can be
used as the target tab.
getter/setter pair
-
toJS
→ GetMediaStreamOptions
-
no setter
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited