This document is archived and information here might be outdated. Recommended version. |
Indicates if the scene requires a new recording event.
[Visual Basic .NET] Public Property CallRecording As Boolean
[C#] public bool CallRecording {get; set;}
[C++]
HRESULT get_CallRecording(
Boolean* pbCallFlag
);
[C++]
HRESULT put_CallRecording(
VARIANT_BOOL pbCallFlag
);
[C++]
Parameters pbCallFlag [out, retval]
pbCallFlag is a parameter of type bool* pbCallFlag [in]
pbCallFlag is a parameter of type bool