Closed maivanchuong95 closed 1 month ago
When I catch the Transcribed or Transcribing event it's the same. Just get DisplayName="Host" or DisplayName="Participant 1"
This item has been open without activity for 19 days. Provide a comment on status and remove "update needed" label.
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.