currentEnc property

TUIRoomVideoEncoderParams get currentEnc

Implementation

TUIRoomVideoEncoderParams get currentEnc =>
    currentEncType == VideoEncType.small ? small : big;