Skip to content

Commit

Permalink
Use Ephemeral option in video config
Browse files Browse the repository at this point in the history
  • Loading branch information
ingalls committed Sep 18, 2024
1 parent 7b019c8 commit 2582800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions api/web/src/components/CloudTAK/util/Video.vue
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ export default defineComponent({
method: 'POST',
body: {
name: 'Temporary Lease',
ephemeral: true,
duration: 1 * 60 * 60,
proxy: this.video
}
Expand Down

0 comments on commit 2582800

Please sign in to comment.