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.
Generated using TypeDoc
Interface for image messages. You can use this interface to send and receive image messages. You can call sendMessageToPeer or sendMessage to send a peer-to-peer or channel image message.