Skip to content

Commit

Permalink
Update DOCUMENTATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonAFA authored Jun 14, 2018
1 parent 261b452 commit 5daa1cc
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,6 @@ KAVA parameters are sent with each KAVA event and represent relevant information
---

* <a id="actualBitrate"></a>actualBitrate - The bitrate of the displayed video track in kbps.
- When ABR mode selected manually - value should be 0
- In SOURCE_SELECTED the event should be equal to the video bitrate that was selected manually
- In FLAVOUR_SWITCH the event should be based on the ABR selection and equal to the current bitrate by ABR

Expand Down Expand Up @@ -547,4 +546,4 @@ There are some conditions that should be mentioned:

- [View](#viewEvent) event that was not reported for 30 seconds considered by server as dead session. So client should reset all session related values (look [here](#viewEvent))
- If server decides to disable [View](#viewEvent) event it will do it by changing flag of viewEventsEnabled field (in json response), Client MUST NOT reset any values, but just prevent [View](#viewEvent) event from sending.
- When [Pause](#pauseEvent) event triggered it should reset [sessionStartTime](#sessionStartTime) in way that next event coming after pause will hold newly received [sessionStartTime](#sessionStartTime) value from server reposnse.
- When [Pause](#pauseEvent) event triggered it should reset [sessionStartTime](#sessionStartTime) in way that next event coming after pause will hold newly received [sessionStartTime](#sessionStartTime) value from server reposnse.

0 comments on commit 5daa1cc

Please sign in to comment.