microsoft / microsoft/BotFramework-WebChat
Can i show the media player at the bottom of the audio card
Nobody has claimed this yet.
- Dominant language
- HTML
- Stars
- 1.8k
- Forks
- 1.6k
- Avg merge
- 22h 58m
- Merged PRs (30d)
- 2
Description
Can you please suggest an method to render the media player at the bottom of the audio card. using the below code still getting the media player at the top of card.
Code:
audioCard = new AudioCard()
{
Title = $" test",
Text = $" test",
Media = new List
{
new MediaUrl()
{
Url = "https://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3"
}
}
};
}
Image for reference:

Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
The issue mentions AudioCard and MediaUrl but names no files, tests, or entry points. Start by locating the AudioCard rendering implementation or documentation in BotFramework-WebChat, then verify whether the media player can be positioned at the bottom and confirm the rendered card matches the requested layout.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- html
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100