Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Panel
bgColor#f0f0f0
borderStylesolid

Introduction

Audio Conferencing allows the ability to dial-in to Teams meetings using a phone line rather than your computer or device audio. This functionality is automatic, nothing needs to be done within the system to set it up. Dail-in information is generated automatically when scheduling meetings in Teams, and that information is available within the invite for that meeting. Every user has a uniqie Pin Number (make sure to keep the Pin private to yourself) associated with their account that allows them to access the meeting as a Meeting Organizer.



Aura - Panel
tab1
styles{"body":{"text":{"color":"#002d72","textAlign":"left","fontWeight":"normal","fontSize":14}},"header":{"backgroundColor":{"color":"#ffffff"}},"headline":{"alignment":{"horizontal":"start"},"text":{"text":"Joining a Teams Meeting through Audio Conferencing","color":"#002d72","textAlign":"left","fontWeight":"normal","fontSize":26}},"base":{"border":{"bottom":false,"left":false,"right":false,"top":true,"color":"#002d72","width":4,"style":"solid"},"backgroundColor":{"color":"#ffffff"},"borderRadius":{"radius":4},"boxShadow":{"shadows":[{"color":"rgba(0, 0, 0, 0.08)","x":0,"y":1,"blur":1,"spread":0},{"color":"rgba(0, 0, 0, 0.16)","x":0,"y":1,"blur":3,"spread":1}]}}}
body<p><br /></p>

Locate the meeting information through the meeting invite, dial the Number and the Conference ID to join the meeting through the Teams application, or through the phone.

HTML
<a href="https://support.microsoft.com/en-us/office/join-a-meeting-or-conference-call-by-phone-6d849004-d9f4-44f3-8ce2-5620cfd41234#__migbm_0" target="_blank" rel="noopener noreferrer"><button class="navbutton2" style="width:100%;">Dial-in as the Meeting Organizer</button></a>


HTML
<a href="https://support.microsoft.com/en-us/office/join-a-meeting-or-conference-call-by-phone-6d849004-d9f4-44f3-8ce2-5620cfd41234#__migbm_2" target="_blank" rel="noopener noreferrer"><button class="navbutton2" style="width:100%;">Dial-in as the Participant</button></a>




Aura - Panel
tab1
styles{"body":{"text":{"color":"#002d72","textAlign":"left","fontWeight":"normal","fontSize":14}},"header":{"backgroundColor":{"color":"#ffffff"}},"headline":{"alignment":{"horizontal":"start"},"text":{"text":"Reset the Pin Number","color":"#002d72","textAlign":"left","fontWeight":"normal","fontSize":26}},"base":{"border":{"bottom":false,"left":false,"right":false,"top":true,"color":"#002d72","width":4,"style":"solid"},"backgroundColor":{"color":"#ffffff"},"borderRadius":{"radius":4},"boxShadow":{"shadows":[{"color":"rgba(0, 0, 0, 0.08)","x":0,"y":1,"blur":1,"spread":0},{"color":"rgba(0, 0, 0, 0.16)","x":0,"y":1,"blur":3,"spread":1}]}}}
body<p><br /></p>

The Dail-In Pin Number can be reset through the Call-In Section from a Teams meeting invite, or through the link below.

HTML
<a href="https://dialin.teams.microsoft.com/0a5174f4-e072-44d9-beef-c990046afb7b?id=66009674" target="_blank" rel="noopener noreferrer"><button class="navbutton2" style="width:100%;">Pin Number Reset</button></a>
HTML
<script type="text/javascript" >
   jQuery(document).ajaxComplete(function() {
      if(jQuery('.ia-fixed-sidebar.collapsed').length == 0 ) {
         jQuery('.expand-collapse-trigger').click();
     };
   });
</script>

.aura-headline {
padding-bottom: 10px!important;
}
.aura-body {
padding-left: 10px!important;
padding-right: 10px!important;
padding-top: 5px!important;
padding-bottom: 5px!important;
} </style>