I found two issues:
1. This `options` object is being passed down to fetchData,
where it is deconstructed by the "data" attribute, not body.
2. the `data` object is being transformed into JSON downstream,
thus the stringification done here makes for a string json object only
Signed-off-by: auyer <rafael@rcpassos.me>
* Inject services with useContext
* Extract service for video settings
* Create mock factories for services
* Create test data for chat history
* Add story to visualize different layouts
* Fix renaming mistake
* Add landscape and portrait viewports
* Add landscape stories
---------
Co-authored-by: Gabe Kangas <gabek@real-ity.com>