0

Is it possible for local participant to change some data (in my use case, their display name) and have it accessible to other participants? I expected the Participant object to have some kind of metadata that can be changed locally, but I'm not seeing anything like that.

Tim Scott
  • 15,106
  • 9
  • 65
  • 79

1 Answers1

0

There is a blog with overlays that may be of interest, in this blog, it is used for display names.

How to add an overlay to your web video chat

Alan
  • 10,465
  • 2
  • 8
  • 9
  • I think that addresses a different case. I need for participants A, B and C to display a name edited by participant D. – Tim Scott Aug 12 '20 at 15:06
  • That would be outside the SDK, no, since the SDK just has the identity, https://www.twilio.com/docs/video/tutorials/user-identity-access-tokens. – Alan Aug 12 '20 at 15:57