[get]
[set]
Properties for the Property method.
Properties for the Property method.
| AccAvSessionProp_Video | Checks if the AV session is a video session [get] xp_bool* |
| AccAvSessionProp_NetworkQuality | The "quality" of the AV session, based on latency/packet loss, range is 0-100 [get] xp_s32* |
| AccAvSessionProp_SessionType | The type of AV session [get] AccAvSessionType* |
| AccAvSessionProp_SessionTypeProposed | The type of AV session that the invitee is proposing to transition to [get] AccAvSessionType* |
| AccAvSessionProp_PromoteCentralized | Whether Invite() should cause a move to a centralized conference or not [get] xp_bool* [put] xp_bool |
| AccAvSessionProp_LocalVideoMode | How your own video is displayed to you (or not) [get] AccAvLocalVideoMode* [put] AccAvLocalVideoMode |
| HRESULT IAccAvSession::GetVideoWindow | ( | [in] xp_kstr | userName, | |
| [out, retval] IDispatch ** | window | |||
| ) |
Gets the video window for the specified user. Pass NULL to get your own (preview) window.
| HRESULT IAccAvSession::SendDtmf | ( | [in] xp_kstr | tones | ) |
Sends a DTMF sound to the session.
| HRESULT IAccAvSession::SendSoundEffect | ( | [in] xp_kstr | url | ) |
Sends a sound effect to the session.
| HRESULT IAccAvSession::Hold | ( | [in] xp_vbool | on | ) |
Put this session on/off hold.
| HRESULT IAccAvSession::StartRecording | ( | [in] xp_kstr | file | ) |
Propose a session type transition to the other attendees.
[in] AccAvSessionType sessionType Record the sound from the session to a WAV file.
| HRESULT IAccAvSession::StopRecording | ( | ) |
Stop recording the session.
| xp_variant IAccAvSession::Property_( [in] AccAvSessionProp property) | ( | [in] AccAvSessionProp | property | ) | [get] |
DEPRECATED. Use IAccSecondarySession::Property instead. Get a specific property of the session.
| xp_kvariant IAccAvSession::Property_( [in] AccAvSessionProp property) | ( | [in] AccAvSessionProp | property | ) | [set] |
DEPRECATED. Use IAccSecondarySession::Property instead. Set a specific property of the session.