ReplayKit.BroadcastStatusCallback

Cambiar al Manual
public delegatevoid BroadcastStatusCallback (bool hasStarted, string errorMessage);

Parámetros

hasStartedThis parameter will be true if the broadcast started successfully and false in the event of an error.
errorMessageIn the event of failure to start a broadcast, this parameter contains the associated error message.

Descripción

Function called at the completion of broadcast startup.