Skip to content

Commit

Permalink
Merge pull request #336 from apivideo/player-sdk-add-isFullScreen
Browse files Browse the repository at this point in the history
[SDK README - api.video-player-sdk] Add isFullScreen attribute
  • Loading branch information
olivier-lando authored Jul 31, 2024
2 parents 2e1475a + 3e01b8d commit c79213c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions sdks/player/apivideo-player-sdk.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@

##

---
## THIS FILE IS AUTOMATICALLY GENERATED. DO NOT EDIT. IF YOU NEED TO CHANGE THIS FILE, CREATE A PR IN THE SOURCE REPOSITORY.
title: api.video Player SDK
meta:
description: The official api.video Player SDK for api.video. [api.video](https://api.video/) is the video infrastructure for product builders. Lightning fast video APIs for integrating, scaling, and managing on-demand & low latency live streaming features in your app.
Expand Down Expand Up @@ -421,7 +423,7 @@ Available events are the following:
| ended | The playback as reached the ended of the video | - |
| error | An error occured | - |
| firstplay | The video started to play for the first time | - |
| fullscreenchange | The player goes to (or goes back from) full screen | - |
| fullscreenchange | The player goes to (or goes back from) full screen | `{ isFullScreen: boolean }` |
| mouseenter | The user's mouse entered the player area | - |
| mouseleave | The user's mouse leaved the player area | - |
| pause | The video has been paused | - |
Expand Down

0 comments on commit c79213c

Please sign in to comment.