You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(call): prevent stale-data VideoCall mount and guard startRecording (#1226)
Key Stage by stage.id to eliminate the one-render window where
player.stage updates before useStage(), causing VideoCall to mount
with stale discussion config during stage transitions. Also guard
startRecording() return value to prevent TypeError crash if the
Daily SDK returns undefined in a transitional state.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
0 commit comments