Navigation
API > API/Plugins > API/Plugins/VoiceChat > API/Plugins/VoiceChat/IVoiceChat
Description
Delegate triggered when we are reconnected to voice chat in cases where the underlying implementation disconnected and then reconnected. This is most commonly seen when an application resumes after being suspended. If the disconnect is unexpected, OnVoiceChatDisconnected will be called instead.
| Name | OnVoiceChatReconnected |
| Type | function |
| Header File | /Engine/Plugins/Online/VoiceChat/VoiceChat/Source/Public/VoiceChat.h |
| Include Path | #include "VoiceChat.h" |
FOnVoiceChatReconnectedDelegate & OnVoiceChatReconnected()