Skip to content

Commit 45f0b13

Browse files
author
Sharif Rahaman
committed
Merge branch 'uifabric-icon-cdn' of https://github.com/sharifrahaman/communication-services-web-calling-tutorial into uifabric-icon-cdn
2 parents f0b7768 + 67ab825 commit 45f0b13

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Project/src/MakeCall/CallCard.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,11 @@ export default class CallCard extends React.Component {
15501550
<Icon iconName="Video" />
15511551
}
15521552
{
1553-
!this.state.videoOn &&
1553+
(this.state.canOnVideo && !this.state.videoOn) &&
1554+
<Icon iconName="VideoOff2" />
1555+
}
1556+
{
1557+
(!this.state.canOnVideo) &&
15541558
<Icon iconName="VideoOff" />
15551559
}
15561560
</span>

0 commit comments

Comments
 (0)