auto_join_3.3
Luca 2020-05-12 19:31:51 +02:00
parent 5ea482d01f
commit b8c0a8450d
1 changed files with 4 additions and 4 deletions

View File

@ -88,8 +88,8 @@ export const setStopPeerVideoInProgress = (peerId, flag) =>
});
export const setStopPeerScreenSharingInProgress = (peerId, flag) =>
({
({
type : 'STOP_PEER_SCREEN_SHARING_IN_PROGRESS',
payload : { peerId, flag }
});
});