StreamLobbyVideo class
A widget that can be shown before joining a call. Measures latencies and selects the best SFU. This speeds up the process of joining when the user decides to enter the call.
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatefulWidget
- StreamLobbyVideo
Constructors
-
StreamLobbyVideo({Key? key, required Call call, Color? cardBackgroundColor, StreamUserAvatarThemeData? userAvatarTheme, FutureOr<
void> onMicrophoneTrackSet(RtcLocalAudioTrack?)?, FutureOr<void> onCameraTrackSet(RtcLocalCameraTrack?)?, StreamVideo? streamVideo, List<Widget> additionalActionsBuilder(BuildContext, Call)?, RtcMediaDevice? initialCameraDevice}) -
Creates a new instance of StreamLobbyView.
const
Properties
-
additionalActionsBuilder
→ List<
Widget> Function(BuildContext, Call)? -
final
- call → Call
-
Represents a call.
final
- cardBackgroundColor → Color?
-
The color of the focus border.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- initialCameraDevice → RtcMediaDevice?
-
final
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
-
onCameraTrackSet
→ FutureOr<
void> Function(RtcLocalCameraTrack?)? -
final
-
onMicrophoneTrackSet
→ FutureOr<
void> Function(RtcLocalAudioTrack?)? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamVideo → StreamVideo?
-
An instance of StreamVideo.
final
- userAvatarTheme → StreamUserAvatarThemeData?
-
Theme for the avatar.
final
Methods
-
createElement(
) → StatefulElement -
Creates a StatefulElement to manage this widget's location in the tree.
inherited
-
createState(
) → State< StreamLobbyVideo> -
Creates the mutable state for this widget at a given location in the tree.
override
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited