Class ConferenceDataService

  • The ConferenceDataService allows scripts to create conferencing information.

  • It includes properties for ConferenceErrorType, EntryPointFeature, and EntryPointType enumerations.

  • The service provides methods to create new instances of ConferenceDataBuilder, ConferenceError, ConferenceParameter, and EntryPoint.

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