Camera Page
This page provides media picking and camera for story creation
Capturing image with camera

Select image from gallery

Recording video with camera

Select video from gallery

Features
Feature
Description
Post content
User can view content of the post including reactions and comments.
Customization
Config ID
Type
Description
camera_page/*/*
Page
You can customize page_theme
camera_page/*/close_button
Element
You can customize close_icon
and background_color
For more details customization, please refer to Customization page.
Usage
let createStoryPage = AmityCreateStoryPage(targetId: "<community-id>", avatar: "<UIImage>")
let viewController = SwiftUIHostingController(rootView: createStoryPage)
Last updated
Was this helpful?