onRequestUploadDumpData method

void onRequestUploadDumpData(
  1. String dumpDir,
  2. bool takePhoto
)

Request to dump data.

Available since: 3.11.0 When to Trigger: When the customer reports back the problem, ZEGO expects the user to dump the data to analyze the audio / video processing problem, which will trigger this callback.

  • dumpDir Dump data dir.
  • takePhoto Need to take photo when uploading dump data

Implementation

void onRequestUploadDumpData(
  String dumpDir,
  bool takePhoto,
) {}