This commit is contained in:
Jorik Schellekens 2020-07-07 15:18:10 +01:00
parent 0d6e7759d0
commit 8458572032
2 changed files with 14 additions and 6 deletions

View file

@ -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);