void OnRecordingStopped(bool inStoppedByLimit, string inAttach);
Description
This callback is called when a recording has stopped
Parameters
The following is a list of parameters the functions receives
Parameter | Type | Description |
---|---|---|
inStoppedByLimit | bool | true/false if the recording was stopped due to limit |
inAttach | string | the name of the recording |
Return Type
void
Comments
Please sign in to leave a comment.