Lint fix
parent
5ea482d01f
commit
b8c0a8450d
|
|
@ -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 }
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue