[get]
[set]
| typedef enum IAccAvManager::AccAvFlags IAccAvManager::AccAvFlags |
Properties for the Property method.
Properties for the Property method.
| HRESULT IAccAvManager::CreateSession | ( | [in] xp_kstr | userName, | |
| [in] xp_int | flags, | |||
| [out, retval] IAccAvSession ** | avSession | |||
| ) |
Starts an a/v session with the specified user. Flags are from AccAvFlags.
| HRESULT IAccAvManager::CreateMultipartySession | ( | [in] xp_kstr | reserved, | |
| [in] xp_int | flags, | |||
| [out, retval] IAccAvSession ** | avSession | |||
| ) |
Starts a centralized a/v multiparty session. Users can be added via Invite(). Flags are from AccAvFlags.
| HRESULT IAccAvManager::NormalizePhoneNumber | ( | [in] xp_kstr | inNumber, | |
| [out, retval] xp_str * | outNumber | |||
| ) |
Normalizes a phone number; e.g. (703)555-1212 becomes +17035551212.
| xp_variant IAccAvManager::Property( [in] AccAvManagerProp property) | ( | [in] AccAvManagerProp | property | ) | [get] |
Get a specific property of the manager.
| xp_kvariant IAccAvManager::Property( [in] AccAvManagerProp property) | ( | [in] AccAvManagerProp | property | ) | [set] |
Set a specific property of the manager.