How to create Media Session Configuration Blob - Javascript

Bharatha De Silva 6 Reputation points
2020-09-30T03:56:48.9+00:00

In order to answer a call call-answer

Request would be

{  
  "callbackUri": "<callback url>",  
  "mediaConfig": {  
    "@odata.type": "#microsoft.graph.appHostedMediaConfig",  
    "blob": "<Media Session Configuration Blob>"  
  },  
  "acceptedModalities": [  
    "audio"  
  ]  
}  

How do we generate <Media Session Configuration Blob> in Javascript SDK? or Is there a separate Javascript SDK for it?

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,296 questions
{count} vote

1 answer

Sort by: Most helpful
  1. Angelica Enríquez Amaya 101 Reputation points
    2020-10-20T21:27:30.48+00:00

    Hi,
    Did you solve it?

    0 comments No comments

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.