Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #918 from matrix-org/t3chguy/electron_call_sleep
Browse files Browse the repository at this point in the history
pass call state through dispatcher, for poor electron
  • Loading branch information
ara4n authored May 26, 2017
2 parents cddfe7e + edcfb77 commit e5ef9f3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/CallHandler.js
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,8 @@ function _setCallState(call, roomId, status) {
}
dis.dispatch({
action: 'call_state',
room_id: roomId
room_id: roomId,
state: status,
});
}

Expand Down

0 comments on commit e5ef9f3

Please sign in to comment.