createSimpleSounMessage static method
dynamic
createSimpleSounMessage()
Implementation
static createSimpleSounMessage(
String snapshotPath, String videoFilePath, String type, int duration) {
return {
"elemType": 6,
"type": "video",
"textAtElem": {
"videoFilePath": videoFilePath,
"snapshotPath": snapshotPath,
"duration": duration
}
};
}