Version: 2022.1
언어: 한국어

ReplayKit.BroadcastStatusCallback

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

파라미터

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

설명

Function called at the completion of broadcast startup.