PartySetChatAudioOutputCompletedStateChange

Information specific to the SetChatAudioOutputCompleted type of state change.

Syntax

struct PartySetChatAudioOutputCompletedStateChange : PartyStateChange {  
    PartyStateChangeResult result;  
    PartyError errorDetail;  
    PartyLocalChatControl* localChatControl;  
    PartyAudioDeviceSelectionType audioDeviceSelectionType;  
    PartyString audioDeviceSelectionContext;  
    void* asyncIdentifier;  
}  

Members

result   PartyStateChangeResult

Indicates that the audio output configuration operation Succeeded or provides the reason that it failed.

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().

localChatControl   PartyLocalChatControl*

The chat control used in the call associated with this state change.

audioDeviceSelectionType   PartyAudioDeviceSelectionType

The audio device selection type provided to the call associated with this state change.

audioDeviceSelectionContext   PartyString

The device context provided to the call associated with this state change.

asyncIdentifier   void*

The async identifier provided to the call associated with this state change.

Requirements

Header: Party.h

See also

Party members
PartyLocalChatControl::SetAudioOutput