renderer property

Rx<RtcRenderer?> renderer
final

RtcRenderer of this Track, if any.

Implementation

final Rx<RtcRenderer?> renderer = Rx(null);