ConferenceServices Class

Definition

This class performs several conference management operations including scheduling a conference, modifying and deleting a scheduled conference.

public ref class ConferenceServices
public class ConferenceServices
type ConferenceServices = class
Public Class ConferenceServices
Inheritance
ConferenceServices

Properties

PoolName

Gets the pool name for building pool targeted requests.

Methods

BeginCancelConference(String, AsyncCallback, Object)

Deletes a conference scheduled by the endpoint owner.

BeginCancelConference(String, SchedulingTemplate, AsyncCallback, Object)

Deletes a conference scheduled by the endpoint owner.

BeginCheckPasscodeIsOptional(RealTimeAddress, AsyncCallback, Object)

Gets whether the conference passcode is optional.

BeginGetConference(String, AsyncCallback, Object)

Gets the conference information of a conference scheduled by the endpoint owner.

BeginGetConferenceSummaries(AsyncCallback, Object)

Gets a list of basic conference information for conferences scheduled by the endpoint owner.

BeginGetConferenceSummaries(SchedulingTemplate, AsyncCallback, Object)

Gets a list of basic conference information for conferences scheduled using the supplied scheduling template.

BeginGetConferenceUriByPhoneConferenceId(String, AsyncCallback, Object)

Translates a phone conference ID to a conference URI.

BeginGetConferencingCapabilities(AsyncCallback, Object)

Gets the conferencing options that are available to the endpoint owner.

BeginScheduleConference(ConferenceScheduleInformation, AsyncCallback, Object)

Initiates the scheduling of a conference.

BeginUpdateConference(ConferenceScheduleInformation, AsyncCallback, Object)

Updates an existing conference scheduled by the endpoint owner.

BeginVerifyPasscode(RealTimeAddress, String, AsyncCallback, Object)

Gets whether the supplied passcode is valid for the conference.

EndCancelConference(IAsyncResult)

Waits for the pending asynchronous cancel operation to complete.

EndCheckPasscodeIsOptional(IAsyncResult)

Waits for the pending asynchronous operation of checking the passcode to complete.

EndGetConference(IAsyncResult)

Waits for the pending asynchronous operation of getting conference information to complete.

EndGetConferenceSummaries(IAsyncResult)

Waits for the pending asynchronous operation of getting conference summaries to complete.

EndGetConferenceUriByPhoneConferenceId(IAsyncResult)

Waits for the pending asynchronous operation of translating a phone conference ID to a conference URI to complete.

EndGetConferencingCapabilities(IAsyncResult)

Waits for the pending asynchronous operation of getting conferencing options to complete.

EndScheduleConference(IAsyncResult)

Waits for the pending asynchronous scheduling operation to complete.

EndUpdateConference(IAsyncResult)

Waits for the pending asynchronous update operation to complete.

EndVerifyPasscode(IAsyncResult)

Waits for the pending asynchronous operation of verifying the passcode to complete.

GenerateAnonymousUri()

Generates an anonymous URI.

GenerateConferenceId()

Generates a syntactically valid conference ID.

GenerateConferenceId(Int32)

Generates a syntactically valid conference ID.

GenerateNumericPasscode(Int32)

Generates a numeric conference passcode of the given length.

GeneratePasscode()

Generates a conference passcode for use in the conference.

Extension Methods

BeginGetConference(ConferenceServices, String, GetConferenceOptions, AsyncCallback, Object)

Applies to