Skip to main content
| Help Center
Toggle navigation menu
Contact Us
Sign in
Dialpad
What’s New at Dialpad
Dialpad Meetings Release Notes
Dialpad Meetings Release Notes
Find out what we introduced in the latest version of Dialpad Meetings.
Dialpad Meetings Release Notes 23.01.20
Dialpad Meetings Release Notes 22.12.02
Dialpad Meetings Release Notes 22.10.12
Updated Dialpad Meetings Bottom Bar
Dialpad Meetings Release Notes 22.09.07
Dialpad Meetings Release Notes 22.08.31
Dialpad Meetings Release Notes 22.08.26
Dialpad Meetings Release Notes 22.08.12
Dialpad Meetings Release Notes 22.08.03
Dialpad Meetings Release Notes 22.07.14
Dialpad Meetings Release Notes 22.07.01
Dialpad Meetings Release Notes 22.06.24
Dialpad Meetings Release Notes 22.06.09
Dialpad Meetings Release Notes 22.06.01
Dialpad Meetings Release Notes 22.05.27
Dialpad Meetings Release Notes for 22.05.12
Dialpad Meetings Release Notes for 22.04.29
Dialpad Meetings Release Notes for 22.04.20
Dialpad Meetings Release Notes for 22.02.23
Dialpad Meetings Release Notes for 21.05.12
Dialpad Meetings Release Notes for 22.02.09
Dialpad Meetings Release Notes for 22.01.19
Dialpad Meetings Release Notes for 22.01.12
Dialpad Meetings Release Notes for 22.01.05
Dialpad Meetings Release Notes for 21.12.22
Dialpad Meetings Release Notes for 21.12.15
Dialpad Meetings Release Notes for 21.12.08
Dialpad Meetings Release Notes 21.12.01
Dialpad Meetings Release Notes for 21.11.17
Dialpad Meetings Release Notes for 21.11.10
Next
›
Last
»
Categories
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-article-list-sections', { id: 'category-' + category.id, parentId: '#sidebar-article-navigation', sections: category.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %>
<% }); %>
<% var maxSections = 5 %>
Toggle navigation menu
<% categories.forEach(function(category, index) { %>
<%= category.name %>
<%= partial('partial-section-list-sections', { parent: category, sections: category.sections, maxSections: maxSections, partial: partial }) %>
<% }); %>
Categories
Categories
<% categories.forEach(function(category) { %>
<%= category.name %>
<% }); %>
<% if (sections.length) { %>
<% sections.forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-article-list-sections', { id: 'section-' + section.id, parentId: '#' + id, sections: section.sections, activeCategoryId: activeCategoryId, activeSectionId: activeSectionId, activeArticleId: activeArticleId, partial: partial }) %> <% if (section.articles.length) { %>
<% section.articles.forEach(function(article) { %>
<%= article.title %>
<% }); %>
<% } %>
<% }); %>
<% } %>
<% if (sections.length) { %>
<% sections.slice(0, maxSections).forEach(function(section) { %>
<%= section.name %>
<%= partial('partial-section-list-sections', { parent: section, sections: section.sections, maxSections: maxSections, partial: partial }) %>
<% }); %> <% if (sections.length > maxSections) { %>
See more
<% } %>
<% } %>