fix: 'horizontalPosition' prop type
This commit is contained in:
parent
968e872c5b
commit
745937868c
@ -22,7 +22,7 @@ const propTypes = {
|
||||
cameraIsResizing: PropTypes.bool,
|
||||
cameraPosition: PropTypes.string,
|
||||
focusedCamera: PropTypes.string,
|
||||
horizontalPosition: PropTypes.string,
|
||||
horizontalPosition: PropTypes.bool,
|
||||
isLayoutMeetingResizing: PropTypes.bool,
|
||||
isPresenter: PropTypes.bool,
|
||||
isModerator: PropTypes.bool,
|
||||
|
Loading…
Reference in New Issue
Block a user