onPerformanceAlarms property
This callback is triggered:
- when device performance is detected as insufficient without publishing performance fallback being enabled using RTCVideo.setPublishFallbackOption.
- when publishing performance falls back/restores due to device performance/network issues after publishing performance fallback is enabled using RTCVideo.setPublishFallbackOption.
Implementation
OnPerformanceAlarmsType? onPerformanceAlarms;