videoTrackFor abstract method

Object? videoTrackFor(
  1. String? identity
)

The renderable video track for identity, or the local camera track when identity is null. Returns null when no track is available. Typed Object to keep this interface media-engine agnostic; the view layer casts to the concrete track type.

Implementation

Object? videoTrackFor(String? identity);