diff --git a/sdks/player/apivideo-player-sdk.md b/sdks/player/apivideo-player-sdk.md index eff271d1..d24a6c5d 100644 --- a/sdks/player/apivideo-player-sdk.md +++ b/sdks/player/apivideo-player-sdk.md @@ -103,8 +103,8 @@ The PlayerSdk constructor takes 2 parameters: | showSubtitles | no (default: false) | boolean | the video subtitles are shown by default | | loop | no (default: false) | boolean | once the video is finished it automatically starts again | | playbackRate | no (default: 1) | number | the playback rate of the video: 1 for normal, 2 for x2, etc. | -| sequence | no | \{start: number, end: number} | define a sequence of the video to play. The video will start at the `start` timecode and end at the `end` timecode. The timecodes are in seconds. | -| ads | no | \{adTagUrl: string} | see below [ads](#ads) | +| sequence | no | {start: number, end: number} | define a sequence of the video to play. The video will start at the `start` timecode and end at the `end` timecode. The timecodes are in seconds. | +| ads | no | {adTagUrl: string} | see below [ads](#ads) | The sdk instance can be used to control the video playback, and to listen to player events.