Azure-Samples / cognitive-services-speech-sdk

Sample code for the Microsoft Cognitive Services Speech SDK
MIT License
2.93k stars 1.85k forks source link

[Multi-Device Conversation][DotNet] Cannot set display name/Nickname when join conversation. #2588

Closed maivanchuong95 closed 1 month ago

maivanchuong95 commented 1 month ago

I tried to implement the code according to the example at the link: https://github.com/Azure-Samples/cognitive-services-speech-sdk/blob/master/quickstart/csharp/dotnet/multi-device-conversation/helloworld/Program.cs. But when I set display name (nickname) " await conversationTranslator.JoinConversationAsync(conversation, displayName)". Then I catch the event "ParticipantsChanged" but in it I only get Id and DisplayName as "Host" or "Participant" but not the display name I set. Is this problem due to my account subscription or is there a problem with my code? Thanks.

maivanchuong95 commented 1 month ago

When I catch the Transcribed or Transcribing event it's the same. Just get DisplayName="Host" or DisplayName="Participant 1"

github-actions[bot] commented 1 month ago

This item has been open without activity for 19 days. Provide a comment on status and remove "update needed" label.