ZelloWork Client SDK
2.51
|
Inherits IPtt2.
Inherited by IPtt4.
Properties | |
VARIANT_BOOL | AutoConnect [get, set] |
![]() | |
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] |
Additional Inherited Members | |
![]() | |
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) |
IPtt3 interface extends IPtt2, enables AutoConnect feature if AutoConnect is on (default value) PTT will connect to every newly added channel
|
getsetproperty |
Check if AutoConnect feature is active.
pbVal | Return value. |
Enable or disable AutoConnect feature.
bVal | New value. |