Hi there,
when awaiting a message through an GroupSessionMessenger
, I can get the Participant
who sent the message through the context.source
. But is there any way to get the actual name of that Participant
? I haven't seen any way - but I guess it would have to go through the Contacts API?
The reason I need this is because of the VoiceOver support in my app. If a Participant
triggers an interaction, I would like to announce who triggered the interaction instead of just announcing "Someone did XY".
Best, Klemens