From 3e01b8d46e54a5c40c37e23cd4a0771bb166b17c Mon Sep 17 00:00:00 2001 From: olivierapivideo Date: Tue, 16 Jul 2024 14:14:02 +0000 Subject: [PATCH] Add isFullScreen attribute --- sdks/player/apivideo-player-sdk.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/sdks/player/apivideo-player-sdk.md b/sdks/player/apivideo-player-sdk.md index 5b4ebd42..c9f33090 100644 --- a/sdks/player/apivideo-player-sdk.md +++ b/sdks/player/apivideo-player-sdk.md @@ -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. @@ -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 | - |