RTCFactoryNative class
- Inheritance
-
- Object
- RTCFactory
- RTCFactoryNative
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
no setteroverride
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createLocalMediaStream(
String label) → Future< MediaStream> -
override
-
createPeerConnection(
Map< String, dynamic> configuration, [Map<String, dynamic> constraints = const {}]) → Future<RTCPeerConnection> -
override
-
mediaRecorder(
) → MediaRecorder -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
override
-
toString(
) → String -
A string representation of this object.
inherited
-
videoRenderer(
) → VideoRenderer -
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → RTCFactory
-
final