microsoftgraph / microsoftgraph/microsoft-graph-comms-samples

audioRoutingGroup not creating a private audio route in a group call

Open
#250 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
No language data
Stars
253
Forks
275
Avg merge
1d 5h
Merged PRs (30d)
1

Description

Describe the issue
I am using the beta version of the communication API to reach a scenario where in a meeting with the following participants

  • A
  • B
  • C
  • BOT

I created a audioRoutingGroup as the following

{
  "id": "oneToOneG",
  "routingMode": "oneToOne",
  "sources": [A],
  "receivers": [B ]
}

The creation Operation is ok but o result
when participants A speak all participants still hear ..
I am I missing something here ? anyone tested this ?

Many thanks in advance !

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reviewing the audioRoutingGroup request shown in the issue and the communication API documentation or samples for oneToOne routing. Verify whether creating the group is sufficient to apply the route and compare the observed behavior with the documented semantics. Done means audio from A is heard only by B, not by C or the BOT.

Written by the indexing model from the issue text.

Assessment

Domain
api, audio-video-rtc
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.