onRecvExperimentalAPI method

void onRecvExperimentalAPI(
  1. String content
)

Experimental API callback

Available since: 2.7.0 Description: Receive experimental API callbacks in JSON string format. Caution: Please use this feature with the help of ZEGO Technical Support.

  • content Callback content in JSON string format.

Implementation

void onRecvExperimentalAPI(
  String content,
) {}