[This is preliminary documentation and subject to change.]
The ITCallInfo interface is used to provide information about a Call object.
| IUnknown Methods | Description |
|---|---|
| QueryInterface | Returns pointers to supported interfaces. |
| AddRef | Increments the reference count. |
| Release | Decrements the reference count. |
| IDispatch Methods | Description |
|---|---|
| GetTypeInfoCount | Retrieves the number of type information interfaces. |
| GetTypeInfo | Retrieves the type information for an object. |
| GetIDsOfNames | Maps a single member and an optional set of argument names to a corresponding set of integer DISPIDs. |
| Invoke | Provides access to properties and methods exposed by an object. |
| ITCallInfo Methods | Description |
|---|---|
| get_Address | Returns the address object that owns the call. |
| get_CallState | Returns the current state of the call in pCallState. |
| get_Privilege | Retrieves the privilege that the application has on the call. |
| get_MediaTerminalsInUse | Collection of ITMediaTerminal objects in use on the call, for use by scripting languages. |
| _EnumerateMediaTerminalsInUse | Enumerate the ITMediaTerminal objects in use on the call. |
| get_ParticipantInfo | Collection of participants for other parties on the conference call, for use by scripting languages. |
| _EnumerateParticipantInfo | Enumerate participants for other parties on the conference call. |
| get_ExtendedMediaTypes | Get collection of media types present on call and known to provider but not handled, for use by scripting languages. |
| _EnumerateExtendedMediaTypes | Enumerates all MediaTypes that are present on the call that the provider knows about, but does not handle. |
| get_MediaTypesAvailable | Collection of MediaTypes that are available on the call, for use by scripting languages. |
| _EnumerateMediaTypesAvailable | Enumerates the MediaTypes that are available on the call. |