INSTALL LIKE A BREEZE
The customized installation structure* makes installation easy, without the trou-
ble of wall drilling. Just screw and hang, the meetingbar and display are ready!
.temp-page4 .row .col .video {border-radius: 0.25rem;}
#temp_684646ec1f11cd4258834308 .row { padding-top: 1rem;padding-bottom: 1rem;}
ONE WAY AS ALL COORDINATION
Integrated with Yealink MeetingDisplay, Yealink unified solution supports automatic switching to current input source
(regardless of which source you are on, when a Teams call comes in, it will automatically switch to Teams),
as well as sleep and wake-up functionality.
Enjoy smooth and seamless meeting device coordination.
.video-container-Display-3 {
display: flex;
justify-content: center;
align-items: center;
margin: 0 10% 0.4rem;
}
.video-wrapper-Display-3 {
position: relative;
width: 48%; /* 每个视频占据48%宽度 */
border-radius: 15px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
margin: 0 1%; /* 添加左右间距 */
}
.video-wrapper-Display-3 video {
width: 100%;
height: auto;
display: block;
}
function playVideo(videoId, button) {
const video = document.getElementById(videoId);
video.play();
button.style.display = ‘none’; // 隐藏播放按钮
}
ONE TOUCH CONSOLE,
GET TO THE HEART OF CONFIGURATION FAST.
One touch console is enough. Configure MTR devices and MeetingDisplay easily,
without TV remote control. Effortlessly switch signal inputs and adjust Meeting-
Display’s brightness, contrast, volume, etc.
.video-container-Display {
display: flex;
justify-content: center;
align-items: center;
margin: 0 10% 0.4rem;
}
.video-wrapper-Display {
position: relative;
width: 48%; /* 每个视频占据48%宽度 */
border-radius: 15px;
overflow: hidden;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
margin: 0 1%; /* 添加左右间距 */
}
.video-wrapper-Display video {
width: 100%;
height: auto;
display: block;
}
function playVideo(videoId, button) {
const video = document.getElementById(videoId);
video.play();
button.style.display = ‘none’; // 隐藏播放按钮
}
MANAGEMENT OVER THE AIR
Master devices in bulk with professional management platforms such as Microsoft Teams Admin Center
(TAC), MTR Portal Management Platform(PMP), Zoom Device Platform (ZDM) and Yealink Management
Cloud Service (YMCS). With YMCS, you can manage both MeetingDisplay and MTR devices from a single platform — no need to switch between systems.
.A40-management-container {
display: flex;
justify-content: center;
align-items: center;
background-color: #000;
flex-direction: column;
color: #fff;
padding: 20px;
}
.A40-management-content {
max-width: 1200px;
width: 100%;
}
.A40-management-modules {
display: flex;
justify-content: space-between;
gap: 20px;
margin-bottom: 20px;
width: 100%;
}
.A40-management-module {
background-color: #222222;
border-radius: 20px;
width: 30%;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.A40-management-image img {
width: 100%;
border-top-left-radius: 20px;
border-top-right-radius: 20px;
}
.A40-management-text {
padding: 20px;
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.A40-management-title {
margin: 0;
margin-bottom: 10px;
font-size: 1.2em !important;
font-weight: bold;
text-align: left;
letter-spacing: 0px !important;
}
.A40-management-text p {
margin-bottom: 20px;
font-size: 0.95em !important;
line-height: 1.3 !important;
text-align: left;
letter-spacing: 0px !important;
color: #c3c3c3;
}
.A40-management-button-container {
text-align: center;
margin-top: 50px;
}
.A40-management-button {
background-color: #000;
color: #fff;
padding: 10px 20px;
border: 2px solid #fff;
border-radius: 25px;
font-size: 1em;
cursor: pointer;
text-decoration: none;
transition: background-color 0.3s, color 0.3s;
}
.A40-management-button:hover {
background-color: #fff;
color: #000;
}
/* Media Queries for Mobile Devices */
@media (max-width: 768px) {
.A40-management-modules {
flex-direction: column;
align-items: center;
}
.A40-management-module {
width: 100%;
margin-bottom: 20px;
}
}

Upgrade and update phones in bulk by specifying firmware and resources.

There are multiple alarms such as poor call quality and firmware upgrade failure. Set notification emails to ensure IT admins won’t miss any alarms.

Implement management tasks during off-hours to ensure business continuity, and view the execution results of each task to provide you with peace of mind.
position: relative;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
transition: background-image 0.5s ease 0s;
}
.editor-switch-pic-mounting-container .mounting-wiring-pic-container {
position: absolute;
width: 100%;
height: 100%;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
transition: background-image 0.5s ease 0s;
}
.editor-switch-pic-mounting-container .mounting-menu-container {
position: absolute;
right: 0.12rem;
width: 0.68rem;
top: 50%;
transform: translate(-50%, -50%);
padding-top: 64px;
}
.editor-switch-pic-mounting-container .mounting-menu-common.switch-common {
display: flex;
flex-direction: column; /* 垂直排列 */
align-items: center; /* 水平居中 */
width: 100%;
background-color: #000000;
border-radius: 34px;
opacity: 0.8;
padding-top: 0.2rem;
padding-bottom: 0.2rem;
margin-bottom: 0.1rem;
}
.editor-switch-pic-mounting-container .mounting-menu-common.switch-common .menu-block {
display: flex;
flex-direction: column; /* 垂直排列 */
align-items: center; /* 水平居中 */
cursor: pointer;
padding: 3px 10px; /* 添加内边距 */
}
.editor-switch-pic-mounting-container .mounting-menu-common.switch-common .menu-icon {
width:0.55rem; /* 图标宽度 */
height: 0.55rem; /* 图标高度 */
border-radius: 50%;
background-color: #a8a8a8;
}
.editor-switch-pic-mounting-container .mounting-menu-common.switch-common .switch-title {
height: 0.42rem;
line-height: 0.42rem;
text-align: center;
color: #dcdcdc;
}
.editor-switch-pic-mounting-container .mounting-menu-common.switch-common .switch-container {
width: 0.57rem;
height: 0.39rem;
margin: auto;
background-image: linear-gradient(#08b286, #08b286), linear-gradient(#8e8e8e, #8e8e8e), linear-gradient(#ffffff, #ffffff);
background-blend-mode: normal, normal, normal;
border-radius: 20px;
padding: 0 0.05rem;
display: flex;
align-items: center;
cursor: pointer;
justify-content: end;
}
.editor-switch-pic-mounting-container .mounting-menu-common .menu-title {
height: 0.42rem;
line-height: 0.42rem;
color: #adadad;
}
.editor-switch-pic-mounting-container .mounting-menu-common.switch-common .menu-block.is-select {
border-radius: 21px;
width: 90%;
margin: auto;
}
/**新加**/
.editor-switch-pic-mounting-container .mounting-menu-common .is-select .menu-icon {
background-color: #ffffff;
}
.editor-switch-pic-mounting-container .mounting-menu-common .is-select .menu-title {
color: #ffffff;
}
.editor-switch-pic-mounting-container .mounting-menu-common.switch-common .menu-block:not(:last-child) {
margin-bottom: 0;
}
.editor-switch-pic-mounting-container .mounting-menu-common.switch-common .switch-container.close-switch {
justify-content: start;
background-image: linear-gradient(#8e8e8e, #8e8e8e), linear-gradient(#8e8e8e, #8e8e8e), linear-gradient(#ffffff, #ffffff);
}
.editor-switch-pic-mounting-container .mounting-menu-common.switch-common .switch-container .switch-button {
width: 0.28rem;
height: 0.28rem;
line-height: 0.39rem;
background-color: #ffffff;
border-radius: 50%;
}
/* 手机端样式 */
@media screen and (max-width: 800px) {
.editor-switch-pic-mounting-container .mounting-menu-container {
width: 1rem;
right: 0;
}
.editor-switch-pic-mounting-container .mounting-menu-common.switch-common .switch-title {
height: 0.6rem;
line-height: 0.6rem;
}
.editor-switch-pic-mounting-container .mounting-menu-common.switch-common .switch-container {
width: 0.8rem;
height: 0.5rem;
}
.editor-switch-pic-mounting-container .mounting-menu-common.switch-common .switch-container .switch-button {
width: 0.4rem;
height: 0.4rem;
}
}
$(function () {
const picRelationList = [
{
coordinate: [1],
url: ‘https://www.yealink.com/website-service/download/meetingdisplay-deplyment03.webp’,
wiringUrl: ‘https://www.yealink.com/website-service/download/meetingdisplay-deplyment05.webp’
}, {
coordinate: [2],
url: ‘https://www.yealink.com/website-service/download/meetingdisplay-deplyment02.webp’,
wiringUrl: ‘https://www.yealink.com/website-service/download/meetingdisplay-deplyment04.webp’
}, {
coordinate: [3],
url: ‘https://www.yealink.com/website-service/download/meetingdisplay-deplymentA50-2.webp’,
wiringUrl: ‘https://www.yealink.com/website-service/download/meetingdisplay-deplymentA50.webp’
}, {
coordinate: [4],
url: ‘https://www.yealink.com/website-service/download/meetingdisplay-deplyment01.webp’,
wiringUrl: ‘https://www.yealink.com/website-service/download/meetingdisplay-deplyment06.webp’
}, {
coordinate: [5],
url: ‘https://www.yealink.com/website-service/download/meetingdisplay-deplymentS50-2.webp’,
wiringUrl: ‘https://www.yealink.com/website-service/download/meetingdisplay-deplymentS50.webp’
}
];
function computedWidthAndHeight() {
window.winwidth = $(window).width();
window.winheight = $(window).height();
let screenHeight = winwidth * 938 / 1920;
if (Math.abs(winwidth / winheight – 1920 / 938) 0) {
if (window.innerWidth {
$(element).innerHeight(’70vh’);
});
} else {
elements.each((index, element) => {
$(element).innerHeight(screenHeight);
});
}
}
}
$(window).resize(function () {
computedWidthAndHeight();
});
$(‘.editor-switch-pic-mounting-container .menu-block’).click((element) => {
const currentClickElement = $(element.currentTarget);
const value = currentClickElement.data(‘value’);
$(`.editor-switch-pic-mounting-container .menu-block`).removeClass(‘is-select’);
$(`.editor-switch-pic-mounting-container .menu-block[data-value=”${value}”]`).addClass(‘is-select’);
fillPic();
if ($(‘.editor-switch-pic-mounting-container .wiring-module-container .switch-container.close-switch’).length === 0) {
showWiring();
}
});
$(‘.editor-switch-pic-mounting-container .switch-container’).click((element) => {
const imageUrl = $(“.editor-switch-pic-mounting-container .mounting-container”).css(“background-image”);
if ($(element.currentTarget).hasClass(‘close-switch’)) {
$(element.currentTarget).removeClass(‘close-switch’);
showWiring();
} else {
$(element.currentTarget).addClass(‘close-switch’);
$(“.editor-switch-pic-mounting-container .mounting-wiring-pic-container”).css(“background-image”, ”);
}
});
function getCurrentSelect() {
const selectNum = $(‘.editor-switch-pic-mounting-container .menu-block.is-select[data-category=”num”]’).data(‘value’);
return [selectNum];
}
function showWiring() {
const url = picRelationList
.find((item) => {
return JSON.stringify(item.coordinate) === JSON.stringify(getCurrentSelect());
})
.wiringUrl;
$(“.editor-switch-pic-mounting-container .mounting-wiring-pic-container”).css(“background-image”, `url(${url})`);
}
function fillPic() {
const list = [];
$(‘.editor-switch-pic-mounting-container .menu-block.is-select’).each((index, element) => {
const value = $(element).data(‘value’);
list.push({ value });
});
fillPicByList(list);
}
function fillPicByList(list) {
const coordinate = [list[0].value];
const url = picRelationList
.find((item) => {
return JSON.stringify(item.coordinate) === JSON.stringify(coordinate);
})
.url;
$(‘.editor-switch-pic-mounting-container .mounting-container’).css(‘background-image’, `url(${url})`);
}
computedWidthAndHeight();
fillPicByList([{ value: 1 }], true);
showWiring();
$(“.editor-switch-pic-mounting-container .switch-container”).addClass(‘close-switch’);
$(“.editor-switch-pic-mounting-container .mounting-wiring-pic-container”).css(“background-image”, ”);
});