We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69235ff commit ebea6f4Copy full SHA for ebea6f4
README.md
@@ -277,10 +277,7 @@ youTubePlayer.stop()
277
youTubePlayer.seek(to: 60, allowSeekAhead: false)
278
279
// Closes any current picture-in-picture video and fullscreen video
280
-await youTubePlayer.closeAllMediaPresentations
281
-
282
-// Take a snapshot image from the current video
283
-let snapshotImage = try await youTubePlayer.takeSnapshot()
+await youTubePlayer.closeAllMediaPresentations()
284
```
285
286
#### Events
0 commit comments