GstWebRTCAPI class
- Available extensions
- Annotations
-
- @JS('GstWebRTCAPI')
- @staticInterop
Constructors
- GstWebRTCAPI([GstWebRTCConfig? userConfig])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createConsumerSession(
String producerId) → ConsumerSession? -
Available on GstWebRTCAPI, provided by the GstWebRTCAPIMembers extension
-
createConsumerSessionWithOfferOptions(
String producerId, JSAny offerOptions) → ConsumerSession? -
Available on GstWebRTCAPI, provided by the GstWebRTCAPIMembers extension
-
getAvailableConsumers(
) → JSArray< JSObject> -
Available on GstWebRTCAPI, provided by the GstWebRTCAPIMembers extension
-
getAvailableProducers(
) → JSArray< JSObject> -
Available on GstWebRTCAPI, provided by the GstWebRTCAPIMembers extension
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
registerConnectionListener(
ConnectionListener listener) → bool -
Available on GstWebRTCAPI, provided by the GstWebRTCAPIMembers extension
-
registerPeerListener(
PeerListener listener) → bool -
Available on GstWebRTCAPI, provided by the GstWebRTCAPIMembers extension
-
toString(
) → String -
A string representation of this object.
inherited
-
unregisterAllConnectionListeners(
) → void -
Available on GstWebRTCAPI, provided by the GstWebRTCAPIMembers extension
-
unregisterAllPeerListeners(
) → void -
Available on GstWebRTCAPI, provided by the GstWebRTCAPIMembers extension
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited