Lint fix
parent
ff096f993d
commit
e1f5f804b0
|
|
@ -88,8 +88,8 @@ export const setStopPeerVideoInProgress = (peerId, flag) =>
|
|||
});
|
||||
|
||||
export const setStopPeerScreenSharingInProgress = (peerId, flag) =>
|
||||
({
|
||||
type : 'STOP_PEER_SCREEN_SHARING_IN_PROGRESS',
|
||||
payload : { peerId, flag }
|
||||
});
|
||||
({
|
||||
type : 'STOP_PEER_SCREEN_SHARING_IN_PROGRESS',
|
||||
payload : { peerId, flag }
|
||||
});
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue