microsoftgraph / microsoft-graph-comms-samples

Microsoft Graph Communications Samples
MIT License
206 stars 221 forks source link

Application hosted media calling #168

Open nickyliuhq opened 4 years ago

nickyliuhq commented 4 years ago

I have been trying to create an audio live call peer to peer from bot to participant so I assumes this must be application hosted media type.

However I do not know what to put in this payload for media blob. ?

From documentation

"mediaConfig": {
    "@odata.type": "#microsoft.graph.appHostedMediaConfig",
    "blob": "<Media Session Configuration>",
  },

So It is gonna be live stream audio. What does "Media Session Configuration" value should be? How could I set up the media?

tfischer2 commented 1 month ago

Any update on this? To clarify, this is regarding this page Example 2: Create peer-to-peer VoIP call with application hosted media.