Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
Information specific to the LocalChatAudioInputChanged type of state change.
Syntax
struct PartyLocalChatAudioInputChangedStateChange : PartyStateChange {
PartyLocalChatControl* localChatControl;
PartyAudioInputState state;
PartyError errorDetail;
}
Members
localChatControl PartyLocalChatControl*
The local chat control which had an audio input state change.
state PartyAudioInputState
Indicates the new state of the audio input associated with the chat control.
errorDetail PartyError
A diagnostic value providing additional troubleshooting information regarding any potential error condition.
The human-readable form of this error detail can be retrieved via PartyManager::GetErrorMessage().
Requirements
Header: Party.h