ReplayKit.BroadcastStatusCallback

Switch to Manual
public delegatevoid BroadcastStatusCallback (bool hasStarted, string errorMessage);

Parameters

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.

Description

Function called at the completion of broadcast startup.