ReplayKit.BroadcastStatusCallback

매뉴얼로 전환
public delegatevoid BroadcastStatusCallback (bool hasStarted, string errorMessage);

파라미터

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.

설명

Function called at the completion of broadcast startup.