This PR moves the following changes described in #399 into the master branch (default production version) of EFP, which fixes this issue about the webcam display not appearing in the video-assent frame in certain cases: #398.
The main changes are:
In the video-assent frame, check for webcam display (not just recording) when determining whether camera will be used
In the video-assent CSS, override the recorder container width (100% instead of auto) to center webcam display
Add warnings in the video-assent/consent frame documentation about not running session recording during these frames
This PR moves the following changes described in #399 into the
master
branch (default production version) of EFP, which fixes this issue about the webcam display not appearing in the video-assent frame in certain cases: #398.The main changes are: