mirror of
https://github.com/vector-im/element-call.git
synced 2026-06-06 11:45:53 +00:00
storybook: Add storybook for audio/video busy
This commit is contained in:
@@ -154,6 +154,28 @@ export const WithAudioAndVideoOptions: Story = {
|
||||
selectedVideo: "1",
|
||||
},
|
||||
};
|
||||
|
||||
export const AudioBusy: Story = {
|
||||
...Default,
|
||||
args: {
|
||||
...Default.args,
|
||||
audioEnabled: true,
|
||||
audioBusy: true,
|
||||
videoEnabled: true,
|
||||
videoBusy: false,
|
||||
},
|
||||
};
|
||||
|
||||
export const VideoBusy: Story = {
|
||||
...Default,
|
||||
args: {
|
||||
...Default.args,
|
||||
audioEnabled: true,
|
||||
audioBusy: false,
|
||||
videoEnabled: true,
|
||||
videoBusy: true,
|
||||
},
|
||||
};
|
||||
export const WithLogo: Story = {
|
||||
...Default,
|
||||
args: {
|
||||
|
||||
Reference in New Issue
Block a user