Skip to content

Commit

Permalink
fix local preview
Browse files Browse the repository at this point in the history
  • Loading branch information
chriswhilar committed Jul 19, 2023
1 parent 7b99ff6 commit 03624bb
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 03624bb

Please sign in to comment.