Agora Java API Reference for Android
io.agora.rtc.IRtcEngineEventHandler.ExperienceQuality Class Reference

Static Public Attributes

static final int EXPERIENCE_GOOD = Constants.EXPERIENCE_QUALITY_GOOD
 
static final int EXPERIENCE_BAD = Constants.EXPERIENCE_QUALITY_BAD
 

Detailed Description

Experience quality types.

Member Data Documentation

◆ EXPERIENCE_GOOD

final int io.agora.rtc.IRtcEngineEventHandler.ExperienceQuality.EXPERIENCE_GOOD = Constants.EXPERIENCE_QUALITY_GOOD
static

0: QoE of the local user is good.

◆ EXPERIENCE_BAD

final int io.agora.rtc.IRtcEngineEventHandler.ExperienceQuality.EXPERIENCE_BAD = Constants.EXPERIENCE_QUALITY_BAD
static

1: QoE of the local user is poor.