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
video APIs for integrating, scaling, and managing on-demand & low latency live streaming features in
9
10
your app.
10
11
11
-
# Table of contents
12
+
##Table of contents
12
13
13
14
-[Table of contents](#table-of-contents)
14
15
-[Project description](#project-description)
@@ -22,7 +23,20 @@ your app.
22
23
-[Dependencies](#dependencies)
23
24
-[FAQ](#faq)
24
25
25
-
# Project description
26
+
<!--</documentation_excluded>-->
27
+
<!--<documentation_only>
28
+
---
29
+
title: api.video Flutter video uploader
30
+
meta:
31
+
description: The official api.video Flutter video uploader for api.video. [api.video](https://api.video/) is the video infrastructure for product builders. Lightning fast video APIs for integrating, scaling, and managing on-demand & low latency live streaming features in your app.
32
+
---
33
+
34
+
# api.video Flutter video uploader
35
+
36
+
[api.video](https://api.video/) is the video infrastructure for product builders. Lightning fast video APIs for integrating, scaling, and managing on-demand & low latency live streaming features in your app.
37
+
38
+
</documentation_only>-->
39
+
## Project description
26
40
27
41
api.video's Flutter uploader uploads videos to api.video using delegated upload token or API Key.
28
42
@@ -32,9 +46,9 @@ It allows you to upload videos in two ways:
32
46
- progressive upload: to send a video file by chunks, without needing to know the final size of the
33
47
video file
34
48
35
-
# Getting started
49
+
##Getting started
36
50
37
-
## Installation
51
+
###Installation
38
52
39
53
Run this command:
40
54
@@ -49,9 +63,9 @@ dependencies:
49
63
video_uploader: ^1.2.0
50
64
```
51
65
52
-
## Android
66
+
### Android
53
67
54
-
### Permissions
68
+
#### Permissions
55
69
56
70
Permissions `android.permission.READ_MEDIA_VIDEO` (for API 33+)
57
71
or `android.permission.READ_EXTERNAL_STORAGE` (for API < 33) will be requested by this library at
@@ -60,7 +74,7 @@ runtime.
60
74
The uploader comes with a notification to show the progress. So if your application targets Android
61
75
33+, you might request `android.permission.POST_NOTIFICATIONS` permission at runtime.
62
76
63
-
### Notifications
77
+
#### Notifications
64
78
65
79
To customize the notification to your own brand, you can change the icon, color or channel name by
66
80
overwriting the following resources in your own application resources:
@@ -69,15 +83,15 @@ overwriting the following resources in your own application resources:
69
83
- the color: `R.color.upload_notification_color`
70
84
- the channel name: `R.string.upload_notification_channel_name`
0 commit comments