Hello All, I'm working with a Logitech Tap for small rooms, and we love it.
I'm attempting to get the room to accept Zoom invites per the Microsoft documentation https://docs.microsoft.com/en-us/microsoftteams/rooms/third-party-join. I've created a Zoom invite and sent it to the resource account, and on the resource account mailbox.
I can see the invites coming in, but I never get the automated auto-accept. I get the auto accept on Teams or Outlook created meetings sent to the resource account. Per the documentation, on the Set-CalendarProcessing, I have set -ProcessExternalMeetingMessages $True -DeleteComments $False -DeleteSubject $False as you'll see below. However when I email in my test zoom meeting link, nothing comes through.
I've also verified that the Tap device itself is configured to allow 3rd party joins and our ATP safe links filter is not grunging up the Zoom links. We made this resource account when we migrated to O365 back in 2017, so it's been around the block. I was wondering if anyone had any success in getting a Microsoft Teams Room into a Zoom meeting. See below for our Processing settings for our resource account.
Get-CalendarProcessing | Format-List
AutomateProcessing : AutoAccept
AllowConflicts : False
AllowDistributionGroup : True
AllowMultipleResources : True
BookingType : Standard
BookingWindowInDays : 730
MaximumDurationInMinutes : 7200
MinimumDurationInMinutes : 0
AllowRecurringMeetings : True
EnforceAdjacencyAsOverlap : False
EnforceCapacity : False
EnforceSchedulingHorizon : True
ScheduleOnlyDuringWorkHours : False
ConflictPercentageAllowed : 0
MaximumConflictInstances : 0
ForwardRequestsToDelegates : True
DeleteAttachments : True
DeleteComments : False
RemovePrivateProperty : True
DeleteSubject : False
AddOrganizerToSubject : False
DeleteNonCalendarItems : True
TentativePendingApproval : True
EnableResponseDetails : True
OrganizerInfo : True
ResourceDelegates : {}
RequestOutOfPolicy : {}
AllRequestOutOfPolicy : False
BookInPolicy : {}
AllBookInPolicy : True
RequestInPolicy : {}
AllRequestInPolicy : False
AddAdditionalResponse : False
AdditionalResponse :
RemoveOldMeetingMessages : True
AddNewRequestsTentatively : True
ProcessExternalMeetingMessages : True
RemoveForwardedMeetingNotifications : False
AutoRSVPConfiguration : Microsoft.Exchange.Data.Storage.AutoRSVPConfiguration
IsValid : True
ObjectState : Changed