disabled constant Null safety

int const disabled

If the upstream or downstream network is unstable, the audio and video streams will not fall back, but the quality of the audio and video streams cannot be guaranteed.

This option is valid only for NERtcEngine.setLocalPublishFallbackOption and takes no effect on NERtcEngine.setRemoteSubscribeFallbackOption.

Implementation

static const int disabled = 0;