Skip to main content

At Crown, we curate work environments that foster active engagement and creativity between people, ideas and technology, making your workplace #morethansquarefootage.

Collaborate Collaborate

Where will the meeting be hosted?

Select Conference Centre300 Sparks Street, Suite 320
90 Sheppard Ave East, Large Conference Centre
55 Standish Court, Suite 1010
400 University, Conference Room B
400 University Avenue, Suite 1900
400 University, Conference Room A
5000 Yonge, Lounge
5000 Yonge, Main
180 Dundas
100 Milverton Conference Centre

What type of meeting you’d like to book?

Select Meeting Type
Microsoft Teams Meeting
Zoom or Webex Meeting
Sharing Unique Content on Both Screens
Phone Conference Meeting

Microsoft Teams Meeting

1. Invite the conference room to your calendar meeting: Please Select Conference Centre

2. Turn on TV tapping on the tablet on the wall

3. Click “Join Meeting” on the tablet

4. Enable mic and video on the tablet

Zoom or Webex Meeting

Invite all your participants by email, including the boardroom, at Please Select Conference Centre. At the time of your meeting simply touch Join on the touchpad to the left of the TV.

If invited to a Zoom or Webex meeting, you must forward the invitation to the room to Please Select Conference Centre and then touch Join on the touchpad.

Sharing Unique Content on Both Screens

If you are looking to share content directly from your computer to the TV monitor, an HDMI cable has been stored directly under the touchpad. Plug it into your laptop and after a few seconds it will connect to the TV.

Phone Conference Meeting

Boardroom phone number: Please Select Conference Centre
To place a call: Click on the Phone Icon named Call and dial the outside number desired.

Other Questions?

Support Numbers:
Support Office – 416-486-6587 Option 1 (Business Hours)
Technical Support Line: 1-888-524-0580 (After hours, Monday to Friday)

var selection = document.getElementById(“deptselect”);
selection.onchange = function(event){
var email = event.target.options[event.target.selectedIndex].dataset.email;
var phone = event.target.options[event.target.selectedIndex].dataset.phone;
x=document.getElementsByClassName(“deptemail”);
for(var i = 0; i < x.length; i++){x[i].innerText=email;}
y=document.getElementsByClassName("deptphone");
for(var i = 0; i < y.length; i++){y[i].innerText=phone;}
};

var meetingType = document.getElementById("meetingtypeselect");
meetingType.onchange = function(event){
const meetingTarget = event.target.options[event.target.selectedIndex].dataset.scrollto;
const yOffset = -80;
const element = document.getElementById(meetingTarget);
const y = element.getBoundingClientRect().top + window.pageYOffset + yOffset;
window.scrollTo({top: y, behavior: 'smooth'});

};