streamId can be attached to a post.
When to Use
Parameters
Create a Live Stream Post
Create a legacy live stream post only when your product still has an existing stream ID from the older live-stream flow.Platform Notes
- TypeScript creates a legacy live stream post through
PostRepository.createPost()withdataType: "liveStream". - Android exposes
AmityPostRepository.createLiveStreamPost(). - iOS exposes
AmityPostRepository.createLiveStreamPost(), but the method is deprecated in favor ofcreateRoomPost(). - Flutter exposes
.liveStream(streamId)on the public post creation builder.
Related Topics
Room Posts
Use room posts for new live and co-host experiences.
Video Posts
Create posts from uploaded video files.
Video SDK
Create and manage live streams before posting.