Skip to content

Commit

Permalink
Merge pull request #148 from Azure-Samples/chwhilar/fix-local-preview
Browse files Browse the repository at this point in the history
fix local preview
  • Loading branch information
chriswhilar authored Jul 19, 2023
2 parents 7b99ff6 + 03624bb commit 984abef
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Project/src/MakeCall/LocalVideoPreviewCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ import { LocalVideoStream, VideoStreamRenderer} from '@azure/communication-calli
export default class LocalVideoPreviewCard extends React.Component {
constructor(props) {
super(props);
if (!this.stream) {
return;
}
this.stream = props.stream;
this.type = this.stream.mediaStreamType;
this.view = undefined;
Expand Down

0 comments on commit 984abef

Please sign in to comment.