Why is participant configureMixer HTTP resource not found?

Jarno Holstein | ANYWHERE365 81 Reputation points
2021-04-21T09:38:24.857+00:00

While exploring functionality in the beta Graph API we found that we cannot get Configure mixer working.
We have an established group call containing two user participants and one ApplicationInstance participant. The bot application has the required permissions as described at participant-configuremixer

but when posting a HTTP request to https://graph.microsoft.com/beta/communications/calls/b6200200-cb1f-4f9c-b42e-a51b7a63bd00/participants/configureMixer
with payload:

{  
  "clientContext": "b6******-****-****-****-************",  
  "participantMixerLevels": [  
    {  
      "participant": "31******-****-****-****-************",  
      "exclusive": true,  
      "ducking": {  
        "rampActive": 50,  
        "rampInactive": 50,  
        "lowerLevel": 10,  
        "upperLevel": 50  
      },  
      "sourceLevels": [  
        {  
          "participant": "b9******-****-****-****-************",  
          "level": 0,  
          "duckOthers": false  
        }  
      ]  
    }  
  ]  
}  

we get the HTTP response 404 NotFound with the following error:

{  
  "error": {  
    "code": "UnknownError",  
    "message": "{\"message\":\"No HTTP resource was found that matches the request URI 'https://a-pma-euno-01.plat.skype.com:8000/newPlatform/v1/communications/calls/b6200200-cb1f-4f9c-b42e-a51b7a63bd00/participants('configureMixer')'.\"}",  
    "innererror": {  
      "date": "2021-04-28T10:35:24",  
      "request-id": "9faf06ca-8df4-4cc3-9319-eea5e7187b45",  
      "client-request-id": "464c27a7-1590-46c3-92f8-45f9f2214951"  
    }  
  }  
}  

 

Am I missing something that causes this error? If so, what is the correct way of using configureMixer?

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,841 questions
Microsoft Teams Development
Microsoft Teams Development
Microsoft Teams: A Microsoft customizable chat-based workspace.Development: The process of researching, productizing, and refining new or existing technologies.
3,205 questions
{count} vote

2 answers

Sort by: Most helpful
  1. Mamatha-MSFT 161 Reputation points
    2021-06-08T05:30:02.517+00:00

    Hi @Jarno Holstein | ANYWHERE365 - We have checked the logs for this, getting access token is empty error.

    "code":"InvalidAuthenticationToken","message":"Access token is empty.

    We get this error in two cases

    1. when you provide Invalid authentication token
    2. when you haven't provide access token
      So please check those.

  2. Cedric CHANE 1 Reputation point
    2022-02-24T16:53:29.073+00:00

    I am having the same Issue.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.