docs: fix invalid resume function name (#3515)

This commit is contained in:
Krzysztof Moch 2024-02-02 08:32:51 +01:00 committed by GitHub
parent ef124c2bdf
commit 4b4636619d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8,7 +8,7 @@ This page shows the list of available methods
|[dismissFullscreenPlayer](#dismissfullscreenplayer) |Android, iOS |
|[presentFullscreenPlayer](#presentfullscreenplayer) |Android, iOS |
|[pause](#pause) |Android, iOS |
|[play](#play) |Android, iOS |
|[resume](#resume) |Android, iOS |
|[save](#save) |iOS |
|[restoreUserInterfaceForPictureInPictureStop](#restoreuserinterfaceforpictureinpicturestop)|iOS |
|[seek](#seek) |All |
@ -39,10 +39,10 @@ Pause the video.
Platforms: Android, iOS
### `play`
`play(): Promise<void>`
### `resume`
`resume(): Promise<void>`
Play the video.
Resume the video.
Platforms: Android, iOS