Engage Engine API
1.244.9084
|
Describes the Blob data being sent used in the engageSendGroupBlob API. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Types | |
enum | PayloadType_t { bptUndefined = 0 , bptAppTextUtf8 = 1 , bptJsonTextUtf8 = 2 , bptAppBinary = 3 , bptEngageBinaryHumanBiometrics = 4 , bptAppMimeMessage = 5 , bptEngageInternal = 42 } |
Payload type. BlobInfo RTP supported Payload types. More... | |
Public Member Functions | |
void | clear () |
virtual void | initForDocumenting () |
Public Member Functions inherited from AppConfigurationObjects::ConfigurationObjectBase | |
virtual std::string | toString () |
virtual bool | isDocumenting () const |
Public Attributes | |
size_t | size |
[Optional, Default : 0] Size of the payload | |
std::string | source |
[Optional, Default: empty string] The nodeId of Engage Engine that sent the message. If this is empty the Blob info will be anonymous. | |
std::string | target |
[Optional, Default: empty string] The nodeId to which this message is targeted. If this is empty, the Blob will targeted at all endpoints. | |
PayloadType_t | payloadType |
[Optional, Default: bptUndefined] The payload type to send in the blob | |
RtpHeader | rtpHeader |
Custom RTP header. | |
Public Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
nlohmann::json | _attached |
Additional Inherited Members | |
Protected Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
bool | _documenting |
Describes the Blob data being sent used in the engageSendGroupBlob API.
Helper C++ class to serialize and de-serialize BlobInfo JSON
Example JSON:
Definition at line 1064 of file ConfigurationObjects.h.
Payload type. BlobInfo RTP supported Payload types.
Enumerator | |
---|---|
bptUndefined | Unknown type. |
bptAppTextUtf8 | Plain UTF 8 text. This is typically used to send plain text messages. |
bptJsonTextUtf8 | JSON UFT 8 text. This is used to send JSON formatted messages. |
bptAppBinary | Binary payload. Used to send binary data. |
bptEngageBinaryHumanBiometrics | Biometrics payload. Used to send biometric series data. See WIKI post for more info |
bptAppMimeMessage | The payload is MIME-encoded as per RFC 2045. |
bptEngageInternal | The payload is internal to Engage. |
Definition at line 1073 of file ConfigurationObjects.h.
|
inline |
Definition at line 1112 of file ConfigurationObjects.h.
|
inline |
Definition at line 1117 of file ConfigurationObjects.h.
|
inlinevirtual |
Reimplemented from AppConfigurationObjects::ConfigurationObjectBase.
Definition at line 1126 of file ConfigurationObjects.h.
PayloadType_t AppConfigurationObjects::BlobInfo::payloadType |
[Optional, Default: bptUndefined] The payload type to send in the blob
Definition at line 1107 of file ConfigurationObjects.h.
RtpHeader AppConfigurationObjects::BlobInfo::rtpHeader |
Custom RTP header.
Definition at line 1110 of file ConfigurationObjects.h.
size_t AppConfigurationObjects::BlobInfo::size |
[Optional, Default : 0] Size of the payload
Definition at line 1098 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::BlobInfo::source |
[Optional, Default: empty string] The nodeId of Engage Engine that sent the message. If this is empty the Blob info will be anonymous.
Definition at line 1101 of file ConfigurationObjects.h.
std::string AppConfigurationObjects::BlobInfo::target |
[Optional, Default: empty string] The nodeId to which this message is targeted. If this is empty, the Blob will targeted at all endpoints.
Definition at line 1104 of file ConfigurationObjects.h.