Constructor
new TRTCQualityInfo(userId, quality)
This indicates the quality of the network. You can use it to display the network quality of each user on the UI.
Parameters:
| Name | Type | Description |
|---|---|---|
userId |
String |
required
User ID |
quality |
TRTCQuality |
required
Network quality |