microsoft / microsoft/BotFramework-WebChat

Can i show the media player at the bottom of the audio card

Open
#4,090 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Bot Services customer-reported feature-request
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:

image

Contributor guide

Open the contributing guide

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.