Skip to content

Commit 40b793b

Browse files
committed
process participants already in the call
1 parent a868ce8 commit 40b793b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Packages/StreamVideo/Runtime/Core/LowLevelClient/RtcSession.cs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -463,6 +463,11 @@ public async Task StartAsync(StreamCall call, CancellationToken cancellationToke
463463
WebRTC.StartAudioPlayback(AudioOutputSampleRate, AudioOutputChannels);
464464
#endif
465465
}
466+
467+
foreach(var p in ActiveCall.Participants)
468+
{
469+
NotifyParticipantJoined(p.SessionId);
470+
}
466471

467472
//StreamTodo: validate when this state should set
468473
CallState = CallingState.Joined;

0 commit comments

Comments
 (0)