createRequest property

CreateConferenceRequest? createRequest
getter/setter pair

A request to generate a new conference and attach it to the event.

The data is generated asynchronously. To see whether the data is present check the status field. Either conferenceSolution and at least one entryPoint, or createRequest is required.

Implementation

CreateConferenceRequest? createRequest;