- Source:
Methods
send()
Sends an outgoing image
call this method if
options.preview
is set to true
(default behaviour).
Otherwise image is sent automatically when instance is created by session.sendImage
- Source:
Events
image_preview_data
Outgoing image full size image data available for preview
Parameters:
Name | Type | Description |
---|---|---|
data |
Blob | preview full size image blob |
- Source:
thumbnail_preview_data
Outgoing image thumbnail data available for preview
Parameters:
Name | Type | Description |
---|---|---|
data |
Blob | preview image thumbnail blob |
- Source: