Skip to main content
Version: 1.1.x

Custom Participant ID - Flutter

  • Whenever any participant joins room, it is assigned a new unique participant id every time.

  • To assign an unique participant id manually to local participant, specify participant id while creating Room using createRoom() method.

createRoom(
.
.
participantId: "abcd-efgh-ijkl", // custom participant id
),

Got a Question? Ask us on discord