lint
This commit is contained in:
parent
0d6e7759d0
commit
8458572032
2 changed files with 14 additions and 6 deletions
|
@ -63,6 +63,7 @@ interface IState {
|
|||
export default class CallView extends React.Component<IProps, IState> {
|
||||
private videoref: React.RefObject<any>;
|
||||
private dispatcherRef: string;
|
||||
public call: any;
|
||||
|
||||
constructor(props: IProps) {
|
||||
super(props);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue