You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#### [Get Video Play Data](https://docs.bunny.net/reference/video_getvideoplaydata)
248
263
249
264
```php
@@ -443,7 +458,6 @@ $bunnyHttpClient->request(
443
458
libraryId: 1,
444
459
videoId: 'e7e9b99a-ea2a-434a-b200-f6615e7b6abd',
445
460
query: [
446
-
'language' => 'fi',
447
461
'force' => true,
448
462
],
449
463
body: [
@@ -461,7 +475,7 @@ $bunnyHttpClient->request(
461
475
462
476
!!! note
463
477
464
-
- The `language` is a [two-letter (set 1) language abbreviation](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) for transcribing the video.
478
+
- The `targetLanguages` / `sourceLanguage` require a [two-letter (set 1) language abbreviation](https://en.wikipedia.org/wiki/List_of_ISO_639_language_codes) for transcribing the video.
465
479
- Once a video has transcribed you need to set `force` to `true` in order to force a new transcription to be added.
466
480
- The body parameter `sourceLanguage` takes precedence over the query parameter `language`.
0 commit comments