Versions Compared

Key

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


Panel
bgColor#f0f0f0
borderStylesolid

General Guidance

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 associated with their account. As the meeting organizer, you’ll need to enter your PIN to start your meeting when you’re the first person to join and you join by phone. As with any PIN, keep it confidential.



Aura - Panel
tab1
styles{"body":{"text":{"color":"#002d72","textAlign":"left","fontWeight":"normal","fontSize":14}},"header":{"backgroundColor":{"color":"#ffffff"}},"headline":{"alignment":{"horizontal":"start"},"text":{"text":"Join a Teams Meeting through Audio Conferencing","color":"#002d72","textAlign":"left","fontWeight":"normal","fontSize":18}},"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.

    Expand
    titleScreenshot


  • Other than the Meeting Organizer, anyone in the meeting could allow the person in the lobby to join the meeting. After the confirming the participants identity through the voice record, click Admit to let the user join from the lobby.

    Expand
    titlescreenshot



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 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_0" 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":18}},"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. 

    Expand
    titlescreenshot



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>

<style type="text/css">
#title-text { display: ;}
.rwui_button { background-color: #0073A4;}
.rwui_button:hover { background-color: #002D72;}
.aura-header {
padding-top: 10px!important;
padding-left: 10px!important;
padding-right: 10px!important;
}
.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>