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

Văn Chương Mai 0 Reputation points
2024-09-26T03:49:53.6466667+00:00

Hi,

  • 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?
    • When I catch the Transcribed or Transcribing event it's the same. Just get DisplayName="Host" or DisplayName="Participant 1".
    • However, when I join a conversation using the “Microsoft Translator” Android app, it correctly displays the name I assigned to the speaker. User's image
    • Could you please provide me with the detailed documentation for ‘Multi-Device Conversation’?
Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,705 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.