Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup the readme #1247

Merged
merged 1 commit into from
Dec 6, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 11 additions & 21 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,35 +147,25 @@ Video roadmap and changelog is available [here](https://github.com/GetStream/pro
- [X] Improve Compose UI SDK performance by marking WebRTC models as stable.
- [X] Development token to support a development environment

### 1.0.0 milestone - April
### 1.0.0 milestone

- [X] Blur & AI video filters
- [X] Analytics and stats for calls
- [X] New `StreamCallActivity` for easier integration

### 1.1.0 milestone - June
### 1.1.0 milestone
- [X] Noise cancelling support
- [X] Session timers
- [X] Transcriptions
- [X] Manual quality selection

- [ ] Android Telecom framework integration
- [ ] Noise cancelling support
- [ ] Waiting rooms
- [ ] Session timers
- [ ] Closed Captions and multi language support for transcriptions

### After 1.1 release
### After 1.1.x release
- [ ] Test coverage
- [ ] Dynascale 2.0 (depending backend support)
- [ ] Testing on more devices
- [ ] Support for closed captions
- [ ] Android Telecom framework integration
- [ ] Codec negotiation
- [ ] Setup testing infrastructure (more devices)
- [ ] Camera controls
- [ ] Tap to focus
- [ ] Breakout rooms


### Dynascale 2.0

- currently we support selecting which of the 3 layers you want to send: f, h and q. in addition we should support:
- changing the resolution of the f track
- changing the codec that's used from VP8 to h264 or vice versa
- detecting when webrtc changes the resolution of the f track, and notifying the server about it (if needed)

## 💼 We are hiring!

Expand Down
Loading