PlayerEvent
Player event types.
- Since
- v4.5.0
Enumerator
- FREEZE_START
- 5: Audio or video has frozen.
- FREEZE_STOP
- 6: Audio and video have stopped freezing.
- AUTHENTICATION_WILL_EXPIRE
- 8: Token is about to expire. After receiving this event, you need to generate a new token and update the URL using openWithUrl.
- ABR_FALLBACK_TO_AUDIO_ONLY_LAYER
- 9: Due to network issues, the audio and video stream has fallen back to audio stream.
- ABR_RECOVER_FROM_AUDIO_ONLY_LAYER
- 10: After network conditions improve, the stream has recovered from audio-only to audio and video stream.