Livestream Post

To create a livestream post, these are the steps:

1. Create Livestream

You can create a livestream post via AmityLiveStreamPostBuilder .

AmityLiveStreamPostBuilder creates a text post and attaches a stream post as a first child. This builder requires the stream object id.

To create a stream object, use AmityStreamRepository.createVideoStream().

2. Query the attached stream object You can query the attached stream object via getLiveStreamInfo.

Last updated