Class ConferenceDataService

Stay organized with collections Save and categorize content based on your preferences.
ConferenceDataService

Service that scripts can use to create conferencing information.

Properties

PropertyTypeDescription
ConferenceErrorTypeConferenceErrorTypeThe ConferenceErrorType enumeration.
EntryPointFeatureEntryPointFeatureThe EntryPointFeature enumeration.
EntryPointTypeEntryPointTypeThe EntryPointType enumeration.

Methods

MethodReturn typeBrief description
newConferenceDataBuilder()ConferenceDataBuilderReturns a new, empty ConferenceDataBuilder.
newConferenceError()ConferenceErrorReturns a new, empty ConferenceError.
newConferenceParameter()ConferenceParameterReturns a new, empty ConferenceParameter.
newEntryPoint()EntryPointReturns a new, empty EntryPoint.

Detailed documentation

newConferenceDataBuilder()

Returns a new, empty ConferenceDataBuilder.

Return

ConferenceDataBuilder — a new, empty ConferenceDataBuilder


newConferenceError()

Returns a new, empty ConferenceError.

Return

ConferenceError — a new, empty ConferenceError


newConferenceParameter()

Returns a new, empty ConferenceParameter.

Return

ConferenceParameter — a new, empty ConferenceParameter


newEntryPoint()

Returns a new, empty EntryPoint.

Return

EntryPoint — a new, empty EntryPoint