Skip to content

AVS-35 Fix participant count before call is joined#642

Merged
tschellenbach merged 2 commits intodevelopfrom
fix/avs-35-participant-count
Jul 14, 2023
Merged

AVS-35 Fix participant count before call is joined#642
tschellenbach merged 2 commits intodevelopfrom
fix/avs-35-participant-count

Conversation

@DanielNovak
Copy link
Contributor

This adds handling of new Session events (CallSessionStartedEvent, CallSessionEndedEvent, CallSessionParticipantLeftEvent, CallSessionParticipantJoinedEvent). The count of participants can now be observed before the call is joined, as long as you execute call.get() at least once. Use call.state.session.participants to get the list (which is different than call.state.participants).

@DanielNovak DanielNovak requested a review from a team as a code owner July 14, 2023 05:02
@DanielNovak DanielNovak requested a review from a team July 14, 2023 05:02
@tschellenbach
Copy link
Member

great

@tschellenbach tschellenbach merged commit e841e77 into develop Jul 14, 2023
@tschellenbach tschellenbach deleted the fix/avs-35-participant-count branch July 14, 2023 18:27
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.

2 participants