Package im.zego.zegoexpress.callback
Interface IZegoMixerStartCallback
-
public interface IZegoMixerStartCallback
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onMixerStartResult(int errorCode, org.json.JSONObject extendedData)
Results of starting a mixer task.
-
-
-
Method Detail
-
onMixerStartResult
void onMixerStartResult(int errorCode, org.json.JSONObject extendedData)
Results of starting a mixer task.- Parameters:
errorCode
- Error code, please refer to the error codes document https://docs.zegocloud.com/en/5548.html for details.extendedData
- Extended Information
-
-