ZelloWork Client SDK
2.51
|
Inherits IPtt.
Inherited by IPtt3.
Public Member Functions | |
HRESULT | BeginMessageEx ([in] SAFEARRAY BSTR Users, [in] BSTR bstrExternalId) |
HRESULT | SendCallAlert ([in] IContact *pContact, [in] BSTR bstrText, [in] BSTR bstrExternalId) |
HRESULT | ShareImage ([in] IContact *pContact, [in] BSTR bstrText, [in] BSTR bstrExternalId) |
HRESULT | GetSoloContact ([out, retval] IContact **ppVal) |
HRESULT | UpdateSoloContact ([in] IContact *pContact) |
![]() | |
HRESULT | SignIn ([in] BSTR bstrUsername, [in] BSTR bstrPassword, [in] VARIANT_BOOL bPasswordHash) |
HRESULT | SignOut () |
HRESULT | Cancel () |
HRESULT | ShowSettingsDialog ([in] long lParentWindow) |
HRESULT | ShowAboutDialog ([in] long lParentWindow) |
HRESULT | ShowFeedbackDialog ([in] long lParentWindow) |
HRESULT | ShowPasswordWizard ([in] long lParentWindow) |
HRESULT | BeginMessage ([in] SAFEARRAY BSTR Users) |
HRESULT | EndMessage () |
HRESULT | RepeatLastMessage () |
HRESULT | BeginMessage2 ([in, out] SAFEARRAY BSTR *Users) |
HRESULT | UpdateContacts () |
HRESULT | ShowContacts () |
HRESULT | OpenHistory (IContact *pContact) |
HRESULT | CloseHistory () |
HRESULT | ExpandContact (IContact *pContact) |
HRESULT | SelectContact (IContact *pContact) |
Additional Inherited Members | |
![]() | |
NETWORK_STATUS | NetworkStatus [get] |
ONLINE_STATUS | OnlineStatus [get, set] |
BSTR | Username [get] |
BSTR | Password [get] |
IContacts | Contacts [get] |
INetwork | Network [get] |
ISettings | Settings [get] |
IHistory | History ([in] BSTR bstrFilter) [get] |
IAudioPlayer | AudioPlayer [get] |
ICustomization | Customization [get] |
VARIANT_BOOL | VoxActive [get, set] |
BSTR | StatusText [get, set] |
HRESULT BeginMessageEx | ( | [in] SAFEARRAY BSTR | Users, |
[in] BSTR | bstrExternalId | ||
) |
Start sending audio message.
Users | List of message recipients' names and/or ID's. If list is empty, message is sent to all selected users. |
bstrExternalId | External message id |
HRESULT SendCallAlert | ( | [in] IContact * | pContact, |
[in] BSTR | bstrText, | ||
[in] BSTR | bstrExternalId | ||
) |
Send call alert
pContact | Receiver of the message |
bstrText | Alert message |
bstrExternalId | External alert id |
HRESULT ShareImage | ( | [in] IContact * | pContact, |
[in] BSTR | bstrText, | ||
[in] BSTR | bstrExternalId | ||
) |
HRESULT GetSoloContact | ( | [out, retval] IContact ** | ppVal | ) |
Get active solo contact
ppVal | Return value |