ConferenceServices Members
This class will perform several conference related functions on behalf of the supplied endpoint.
The ConferenceServices type exposes the following members.
Properties
Name | Description | |
---|---|---|
PoolName | Pool name for building pool targeted requests. |
Top
Methods
Name | Description | |
---|---|---|
BeginCancelConference | Deletes the scheduled conference. | |
BeginCheckPasscodeIsOptional | Checks if the conference passcode is optional. | |
BeginGetConference | Gets the conference settings for a specific conference. | |
BeginGetConferenceSummaries | Gets the basic conference settings for the currently scheduled conferences. | |
BeginGetConferenceUriByPhoneConferenceId | ||
BeginGetConferencingCapabilities | ||
BeginScheduleConference | Initiates the scheduling of a conference. | |
BeginUpdateConference | Initiates the creation of a conference. | |
BeginVerifyPasscode | Verifies if the supplied passcode is valid for the conference. | |
EndCancelConference | Get the results from scheduling a conference. | |
EndCheckPasscodeIsOptional | Gets the results of checking if the conference passcode is optional. | |
EndGetConference | Gets the results from the retrieval attempt. | |
EndGetConferenceSummaries | Gets the results from the retrieval attempt. | |
EndGetConferenceUriByPhoneConferenceId | ||
EndGetConferencingCapabilities | ||
EndScheduleConference | Gets the results from conference create request. | |
EndUpdateConference | Gets the results from conference create request. | |
EndVerifyPasscode | Gets the result of verifying the passcode. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GenerateAnonymousUri | Generates an anonymous URI. | |
GenerateConferenceId | Generates a syntactically valid conference ID. | |
GenerateNumericPasscode | Generates a numeric conference passcode of the given length. | |
GeneratePasscode | Generates a conference passcode for use in the conference. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top