The definition of a user video content.

interface TextChatUserVideoURL {
    url?: string;
}

Properties

Properties

url?: string

You can either set this string to a base64 encoded video, or use data_asset field to refer to an uploaded video.

Example

"data:video/mp4;base64,{base64_video}"