StreamClient class Viam SDK
A client to manage a camera's WebRTC stream.
Use the getStream method to obtain a stream of MediaStream that can be used to display WebRTC video.
Constructors
Properties
Methods
-
closeStream(
) → Future< void> - Close the stream connection and release resources.
-
getStream(
) → Stream< MediaStream?> - Return a stream of MediaStream, which can be used to display WebRTC video.
-
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