TRTC_VIDEO_RESOLUTION_120_120 property Null safety

int TRTC_VIDEO_RESOLUTION_120_120
final

Here, only the landscape resolution is defined. If the portrait resolution (e.g., 360x640) needs to be used, Portrait must be selected for TRTCVideoResolutionMode. Recommended bitrate: VideoCall: 80 Kbps, LIVE: 120 Kbps

Implementation

// Aspect ratio: 1:1
/// Recommended bitrate: VideoCall: 80 Kbps, LIVE: 120 Kbps
static final int TRTC_VIDEO_RESOLUTION_120_120 = 1;