E2EEManager class
- Annotations
-
- @singleton
Constructors
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
-
addRtpReceiver(
{required RTCRtpReceiver receiver, required RTCVideoCodec codec, required bool enabled}) → Future< void> -
addRtpSender(
{required RTCRtpSender sender}) → Future< void> -
dispose(
) → Future< void> -
initialize(
String key, {required RTCVideoCodec codec, required String participantId, bool enabled = true}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
ratchetKey(
{String? participantId, int? keyIndex}) → Future< void> -
setEnabled(
bool enabled) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited