@stream-io/video-react-native-sdk 0.0.1-alpha.169 β 0.0.1-alpha.170
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +119 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,10 @@
|
|
|
2
2
|
|
|
3
3
|
This file was generated using [@jscutlery/semver](https://github.com/jscutlery/semver).
|
|
4
4
|
|
|
5
|
+
## [0.0.1-alpha.170](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.169...@stream-io/video-react-native-sdk-0.0.1-alpha.170) (2023-06-16)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
5
9
|
## [0.0.1-alpha.169](https://github.com/GetStream/stream-video-js/compare/@stream-io/video-react-native-sdk-0.0.1-alpha.168...@stream-io/video-react-native-sdk-0.0.1-alpha.169) (2023-06-16)
|
|
6
10
|
|
|
7
11
|
|
package/README.md
CHANGED
|
@@ -1,3 +1,120 @@
|
|
|
1
|
-
#
|
|
1
|
+
# Official React Native SDK for [Stream Video](https://getstream.io/video/docs/)
|
|
2
|
+
## π§ WARNING This package is not yet stable, it is for internal use only. For more information check out our video product page. π§
|
|
2
3
|
|
|
3
|
-
|
|
4
|
+
// TODO - image for the SDK
|
|
5
|
+
[](https://sonarcloud.io/summary/new_code?id=GetStream_stream-video-js)
|
|
6
|
+
[](https://github.com/GetStream/stream-video-js/releases)
|
|
7
|
+
[](https://github.com/GetStream/stream-video-js/actions/workflows/react-native-workflow.yml)
|
|
8
|
+
|
|
9
|
+
## **Quick Links**
|
|
10
|
+
- [Register](https://getstream.io/chat/trial/) to get an API key for Stream Video
|
|
11
|
+
- [React Native Video Tutorial]() //TODO- add link
|
|
12
|
+
- [Sample application](https://github.com/GetStream/stream-video-js/tree/main/sample-apps/react-native/dogfood)
|
|
13
|
+
|
|
14
|
+
## **What is Stream?**
|
|
15
|
+
|
|
16
|
+
Stream allows developers to rapidly deploy scalable feeds, chat messaging and video with an industry leading 99.999% uptime SLA guarantee.
|
|
17
|
+
|
|
18
|
+
With Stream's video components, you can use their SDK to build in-app video calling, audio rooms, audio calls, or live streaming. The best place to get started is with their tutorials:
|
|
19
|
+
|
|
20
|
+
- Video & Audio Calling Tutorial
|
|
21
|
+
- Audio Rooms Tutorial
|
|
22
|
+
- Livestreaming Tutorial
|
|
23
|
+
|
|
24
|
+
Stream provides UI components and state handling that make it easy to build video calling for your app. All calls run on Stream's network of edge servers around the world, ensuring optimal latency and reliability.
|
|
25
|
+
|
|
26
|
+
## π©βπ» Free for Makers π¨βπ»
|
|
27
|
+
|
|
28
|
+
Stream is free for most side and hobby projects. To qualify, your project/company needs to have < 5 team members and < $10k in monthly revenue. Makers get $100 in monthly credit for video for free.
|
|
29
|
+
|
|
30
|
+
## π‘Supported Featuresπ‘
|
|
31
|
+
|
|
32
|
+
Here are some of the features we support:
|
|
33
|
+
- Developer experience: Great SDKs, docs, tutorials and support so you can build quickly
|
|
34
|
+
- Edge network: Servers around the world ensure optimal latency and reliability
|
|
35
|
+
- Chat: Stored chat, reactions, threads, typing indicators, URL previews etc
|
|
36
|
+
- Security & Privacy: Based in USA and EU, Soc2 certified, GDPR compliant
|
|
37
|
+
- Dynascale: Automatically switch resolutions, fps, bitrate, codecs and paginate video on large calls
|
|
38
|
+
- Screen sharing (To be implemented)
|
|
39
|
+
- Picture-in-picture support (To be implemented)
|
|
40
|
+
- Active speaker
|
|
41
|
+
- Custom events
|
|
42
|
+
- Geofencing
|
|
43
|
+
- Notifications and ringing calls
|
|
44
|
+
- Opus DTX & Red for reliable audio
|
|
45
|
+
- Webhooks & SQS
|
|
46
|
+
- Backstage mode
|
|
47
|
+
- Flexible permissions system
|
|
48
|
+
- Joining calls by ID, link or invite
|
|
49
|
+
- Enabling and disabling audio and video when in calls
|
|
50
|
+
- Flipping, Enabling and disabling camera in calls
|
|
51
|
+
- Enabling and disabling speakerphone in calls
|
|
52
|
+
- Push notification providers support
|
|
53
|
+
- Call recording (To be implemented)
|
|
54
|
+
- Broadcasting to HLS
|
|
55
|
+
|
|
56
|
+
## **Repo Overview** π
|
|
57
|
+
This repo contains projects and samples developed by the team and Stream community.
|
|
58
|
+
Projects are broken up into directories containing the source code for each project.
|
|
59
|
+
|
|
60
|
+
## **Projects/Packages π**
|
|
61
|
+
The React Native SDK is a part of the Stream Video JS monorepo.
|
|
62
|
+
The monorepo consists of multiple folders, the most important of which are `packages` and `sample-apps`.
|
|
63
|
+
- The `packages` folder contains the packages each of which is a separate npm package. The React Native SDK is one of the packages alongside:
|
|
64
|
+
- Our shared JS Call Engine (`client`).
|
|
65
|
+
- React Bindings (`react-bindings`).
|
|
66
|
+
- React SDK (`react-sdk`).
|
|
67
|
+
|
|
68
|
+
- The `sample-apps` folder contains the sample apps that are built using the packages from the `packages` folder.
|
|
69
|
+
React Native's most relevant sample app is the `dogfooding` app which is a complete app that implements most of the features of the SDK.
|
|
70
|
+
|
|
71
|
+
- The `react-native-sdk/docusaurus` folder contains the documentation and guides.
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
## **Requirements** π
|
|
75
|
+
Before running this project please ensure you have set up your development environment for React Native.
|
|
76
|
+
The Stream Video React Native SDK supports apps created with the React Native CLI.
|
|
77
|
+
Apps created with Expo are currently not officially supported.
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
## **Contributing** π€
|
|
81
|
+
- How can I submit a sample app?
|
|
82
|
+
- Apps submissions are always welcomed π₯³ Open a pr with a proper description and we'll review it as soon as possible
|
|
83
|
+
- Spot a bug π· ?
|
|
84
|
+
- We welcome code changes that improve the apps or fix a problem. Please make sure to follow all best practices and add tests if applicable before submitting a Pull Request on Github.
|
|
85
|
+
|
|
86
|
+
---
|
|
87
|
+
## Roadmap
|
|
88
|
+
Stream's video roadmap and changelog are available [here](https://github.com/GetStream/protocol/discussions/127).
|
|
89
|
+
|
|
90
|
+
### Remaining 0.1 items
|
|
91
|
+
- [ ] Push notifications
|
|
92
|
+
- [ ] Reconnection
|
|
93
|
+
- [ ] Simulcasting (works on Android, iOS is WIP)
|
|
94
|
+
- [ ] Components alignment and refactor
|
|
95
|
+
- [ ] UI Component documentation
|
|
96
|
+
- [ ] Chat integration guide
|
|
97
|
+
- [ ] Pinning and spotlight participants
|
|
98
|
+
|
|
99
|
+
### 0.2 milestone
|
|
100
|
+
- [ ] Livestream tutorial
|
|
101
|
+
- [ ] Audio Rooms tutorial
|
|
102
|
+
- [ ] Deeplink support for video call demo (Dogfooding already implemented)
|
|
103
|
+
- [ ] Speaking while muted
|
|
104
|
+
- [ ] Landscape support
|
|
105
|
+
- [ ] Call Analytics
|
|
106
|
+
|
|
107
|
+
### 0.3 milestone
|
|
108
|
+
- [ ] Stability
|
|
109
|
+
- [ ] Test with a large call with many participants
|
|
110
|
+
- [ ] Test coverage
|
|
111
|
+
- [ ] CPU usage improvements
|
|
112
|
+
- [ ] Picture-in-Picture
|
|
113
|
+
- [ ] Dynascale 2.0 (codecs, f resolution switches, resolution webrtc handling)
|
|
114
|
+
|
|
115
|
+
### 0.4 milestone
|
|
116
|
+
- [ ] Audio & Video filters
|
|
117
|
+
- [ ] Screen sharing from mobile
|
|
118
|
+
- [ ] Tap to focus
|
|
119
|
+
- [ ] Analytics integration
|
|
120
|
+
- [ ] Picture of the video stream at highest resolution
|
package/package.json
CHANGED