WebRTCFrameCrypto class
- Annotations
-
- @singleton
Constructors
- WebRTCFrameCrypto(WaterbusLogger _logger)
Properties
- aesKey → Uint8List
-
final
- audioCodec → String
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
dispose(
) → void -
enableDecryption(
{required RTCPeerConnection peerConnection, required WebRTCCodec codec, required bool enabled}) → Future< void> -
enableEncryption(
{required RTCPeerConnection peerConnection, required bool enabled}) → Future< void> -
initialize(
String key, {required WebRTCCodec codec}) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
ratchetKey(
) → Future< void> -
stopAudio(
) → void -
stopVideo(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
audioCodecList
→ const List<
String>