updateVideoQualityEx method
      
  
void
updateVideoQualityEx(
    
- TUIVideoStreamType streamType,
- TUIRoomVideoEncoderParams params
override
    3.5 Set the encoding parameters of the video encoder
Implementation
@override
void updateVideoQualityEx(TUIVideoStreamType streamType,
    TUIRoomVideoEncoderParams params) {
  _engineNative.updateVideoQualityEx(streamType, params);
}