fix(connection-status): action
This commit is contained in:
parent
911df4b18a
commit
3796db20ea
|
@ -218,14 +218,14 @@ export function muteRemoteParticipant(id) {
|
|||
*/
|
||||
export function participantConnectionStatusChanged(id, connectionStatus) {
|
||||
return (dispatch, getState) => {
|
||||
return {
|
||||
dispatch({
|
||||
type: PARTICIPANT_UPDATED,
|
||||
participant: {
|
||||
connectionStatus,
|
||||
id,
|
||||
mutedWhileDisconnected: figureOutMutedWhileDisconnectedStatus(getState(), id, connectionStatus)
|
||||
}
|
||||
};
|
||||
});
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue