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

fix(state): aligns the participant state with other SDKs #1357

Merged
merged 7 commits into from
May 16, 2024

Conversation

oliverlaz
Copy link
Member

@oliverlaz oliverlaz commented May 14, 2024

Overview

Align the shape of the Participant State and docs with the one that iOS and Android have (without breaking changes).
Reference: https://docs.google.com/spreadsheets/d/1W9lzP6aSjGA82uYa47Y6ntx2klRCyjd6-6iSfLPQZg0/edit#gid=0

Introduces four helpers that make it easier to work with publishedTracks.

import { hasVideo, hasAudio, hasScreenShare, hasScreenShareAudio } from '@stream-io/video-<SDK>';

SDKs and Sample Apps are updated accordingly.

@oliverlaz oliverlaz merged commit 146e6ac into main May 16, 2024
18 of 20 checks passed
@oliverlaz oliverlaz deleted the participant-state-alignment branch May 16, 2024 16:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants