Captions

@if (isLive()) { Captions are not available on a live. } @else {
Subtitles will be automatically generated from your video.
@if (videoCaption.action) { @switch (videoCaption.action) { @case ('CREATE') {
Will be created on update
} @case ('UPDATE') {
Will be edited on update
} @case ('REMOVE') {
Will be deleted on update
} } @if (videoCaption.action === 'CREATE' || videoCaption.action === 'UPDATE') { } @switch (videoCaption.action) { @case ('CREATE') { Cancel creation } @case ('UPDATE') { Cancel editing } @case ('REMOVE') { Cancel deletion } } } @else {
Uploaded on {{ videoCaption.updatedAt | ptDate }} ✔
}
No captions for now.
}