diff --git a/projects/WinDurango.WinRT/include/WinDurango.WinRT/Windows/Xbox/Chat/Windows.Xbox.Chat.ChatSession.h b/projects/WinDurango.WinRT/include/WinDurango.WinRT/Windows/Xbox/Chat/Windows.Xbox.Chat.ChatSession.h index eb79e84..e806145 100644 --- a/projects/WinDurango.WinRT/include/WinDurango.WinRT/Windows/Xbox/Chat/Windows.Xbox.Chat.ChatSession.h +++ b/projects/WinDurango.WinRT/include/WinDurango.WinRT/Windows/Xbox/Chat/Windows.Xbox.Chat.ChatSession.h @@ -3,6 +3,7 @@ #include "Windows.Xbox.Chat.ChatRenderTarget.g.h" #include "Windows.Xbox.Chat.ChatSessionState.g.h" #include "Windows.Xbox.Chat.ChatSession.g.h" +#include namespace winrt::Windows::Xbox::Chat::implementation { @@ -55,8 +56,8 @@ namespace winrt::Windows::Xbox::Chat::implementation winrt::Windows::Xbox::Chat::ChatRestriction GetParticipantRelationship(winrt::Windows::Xbox::Chat::ChatParticipant const& source, winrt::Windows::Xbox::Chat::ChatParticipant const& target); winrt::Windows::Xbox::System::AudioDeviceInfo GetDedicatedSynthesisDevice(winrt::Windows::Xbox::Chat::ChatParticipant const& participant); private: - winrt::event> e_StateChangedEvent; - winrt::event> e_TranscribedTextReadyEvent; + winrt::event e_StateChangedEvent; + winrt::event e_TranscribedTextReadyEvent; int32_t transcriptionEnabled; }; }