ReplayKit.BroadcastStatusCallback
public delegate void BroadcastStatusCallback(bool hasStarted,
string errorMessage);
Parameters
| 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. |
Description 描述
Function called at the completion of broadcast startup.