E2eeTrackType enum

Enumerates the grouping used for an encrypted track's replay window.

Used in encrypt/decrypt operations:

  • If omitted, the native implementation infers audio or video from the RTP sender/receiver.
  • Screenshare must be specified explicitly to ensure its replay window remains separate from the camera stream.
Inheritance
Available extensions

Values

audio → const E2eeTrackType
const E2eeTrackType(0)
video → const E2eeTrackType
const E2eeTrackType(1)
screenShare → const E2eeTrackType
const E2eeTrackType(2)
screenShareAudio → const E2eeTrackType
const E2eeTrackType(3)

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
name String

Available on Enum, provided by the EnumName extension

The name of the enum value.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

fromValue(int? value) E2eeTrackType?
Resolves a native ordinal, or null when value is out of range.

Constants

values → const List<E2eeTrackType>
A constant List of the values in this enum, in order of their declaration.