Description of the image message. The maximum total size of
thumbnail
,fileName
, and description
is
32 KB.
The filename of the uploaded image. The maximum total size of
thumbnail
,fileName
, and description
is
32 KB.
The height of the uploaded image in pixels.
Media ID of the uploaded image. The SDK automatically assigns a media ID for each image you upload to the Agora server. A media ID stays valid for seven days, which means that each uploaded image stays on the Agora server for seven days.
Message type. ''IMAGE'' stands for image messages.
Size of the uploaded image in bytes.
The thumbnail of the uploaded image. Must be a binary file. The maximum total
size of thumbnail
,fileName
, and
description
is 32 KB.
Height of the thumbnail of the uploaded image in pixels.
Width of the thumbnail of the uploaded image in pixels.
The width of the uploaded image in pixels.
Deprecated as of v1.5.1. Agora recommends that you do not use it.
Interface for image messages. You can use this interface to send and receive image messages. You can call RtmClient.sendMessageToPeer or RtmChannel.sendMessage to send a peer-to-peer or channel image message.