This commit is contained in:
Luca
2020-05-12 19:31:51 +02:00
parent cbbfd1b26f
commit 69244bdf12
+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 }
}); });