Skip to content

Send image with caption is missing. #1852

Open
@maulikgoyanidbc

Description

@maulikgoyanidbc

I want to send caption with image. There is no method to send caption.

var echo: MXEvent?

    room?.sendImage(data: imageData,
                    size: image.size,
                    mimeType: "image/png",
                    thumbnail: nil,
                    blurhash: nil,
                    localEcho: &echo,
                    completion: { response in
        print(response as Any)
    })

This is Matrix SDK function to sendImage.

Can anybody help me on this?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions