This commit is contained in:
Luca
2020-05-12 19:31:51 +02:00
parent 5ea482d01f
commit b8c0a8450d
+4 -4
View File
@@ -88,8 +88,8 @@ export const setStopPeerVideoInProgress = (peerId, flag) =>
}); });
export const setStopPeerScreenSharingInProgress = (peerId, flag) => export const setStopPeerScreenSharingInProgress = (peerId, flag) =>
({ ({
type : 'STOP_PEER_SCREEN_SHARING_IN_PROGRESS', type : 'STOP_PEER_SCREEN_SHARING_IN_PROGRESS',
payload : { peerId, flag } payload : { peerId, flag }
}); });