Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

129
Views
How to get client information in fluid framework?

Can I get information specific to which client has joined the session? For e.g If I want to add a new div to the DOM element with the id of the client whenever a new client joins the session and loads a container?

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

You can listen on the audience object for new client who have joined/left the session.
Fluid Framework Audience Docs
Fluid Framework Audience Events

const { container, services } =
    await client.getContainer(...);
const audience = services.audience;
audience.on("memberAdded", (clientId: string, member: AzureClient) => {
  // new member has been added
}
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!