WebPublisher class
Constructors
- WebPublisher.fromJs(JSPublisher obj)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- jsPublisher → JSPublisher
-
no setter
-
publishingAudioNotifier
→ ValueNotifier<
bool> -
finalinherited
-
publishingVideoNotifier
→ ValueNotifier<
bool> -
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
speakingNotifier
→ ValueNotifier<
bool> -
finalinherited
- stream → JSStream
-
no setter
Methods
-
cycleVideo(
) → Future< void> -
dispose(
) → Future< void> -
getAudioInputDevice(
) → Future< IoDevice?> -
getAudioOutputDevice(
) → Future< IoDevice?> -
getScreenshot(
) → Uint8List -
getVideoInputDevice(
) → Future< IoDevice?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
publishAudio(
bool publish) → void -
publishVideo(
bool publish) → void -
setAudioInputDevice(
String deviceId) → Future< void> -
setAudioOutputDevice(
String deviceId) → Future< void> -
setVideoInputDevice(
String deviceId) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited