mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-21 19:09:20 +00:00
storybook: Add storybook for audio/video busy
This commit is contained in:
@@ -154,6 +154,28 @@ export const WithAudioAndVideoOptions: Story = {
|
|||||||
selectedVideo: "1",
|
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 = {
|
export const WithLogo: Story = {
|
||||||
...Default,
|
...Default,
|
||||||
args: {
|
args: {
|
||||||
|
|||||||
Reference in New Issue
Block a user