Navigation
API > API/Plugins > API/Plugins/VoiceChat > API/Plugins/VoiceChat/IVoiceChatUser
Description
Returns the current cumulative call-quality stats for the named channel, if available, or an empty optional if the channel is not currently joined or if the implementation does not produce stats. The values are running totals since the channel was joined.
| Name | GetChannelCallStats |
| Type | function |
| Header File | /Engine/Plugins/Online/VoiceChat/VoiceChat/Source/Public/VoiceChat.h |
| Include Path | #include "VoiceChat.h" |
TOptional < FVoiceChatCallStats > GetChannelCallStats
(
const FString & ChannelName
) const