Class ConferenceRequestStatus
public class ConferenceRequestStatus : IDirectResponseSchema
- Inheritance
-
ConferenceRequestStatus
- Implements
-
IDirectResponseSchema
- Inherited Members
Constructors
ConferenceRequestStatus()
public ConferenceRequestStatus()
Properties
ETag
The ETag of the item.
public virtual string ETag { get; set; }
Property Value
StatusCode
The current status of the conference create request. Read-only. The possible values are: - "pending": the conference create request is still being processed. - "success": the conference create request succeeded, the entry points are populated. - "failure": the conference create request failed, there are no entry points.
public virtual string StatusCode { get; set; }