Video Message

To send a video message, you must pass in a valid video fileId and channelId from the channel where you want to send a message. The SDK will automatically send it to the server.

To create a video message, we use a function createVideo() and createMessage() to create a video message. You can find the code example below.

File size is limited to 1 GB

File Message Status Sending

You can render the status of a sent video message by placing condition checks and callbacks, as in the below example.

Video Uploading Progress

You can see the progress of the upload as in the following code example.

Last updated