Type alias RoomExtendedParticipantsConfig

RoomExtendedParticipantsConfig: {
    [key: UserId]: RoomExtendedParticipantConfig;
}

Type declaration