WebVideoSession class

Constructors

WebVideoSession.fromJs({required JSVideoSession jsVideoSession, required WebPublisher publisher, required String token})
factory

Properties

connections int
getter/setter pair
eventStream Stream<VideoSessionEvents>
no setter
hashCode int
The hash code for this object.
no setterinherited
publisher → Publisher
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
token String
finalinherited

Methods

connect() Future<void>
Throws SessionConnectException if the connection fails.
dispose() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
publish() Future<void>
Throws SessionPublishException if the connection fails.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited