wip
This commit is contained in:
parent
d2d919b96d
commit
c3508e47b7
5 changed files with 8 additions and 7 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -27,6 +27,7 @@ export default {
|
|||
Loading
|
||||
},
|
||||
name: "Call",
|
||||
|
||||
async created() {
|
||||
this.loading = true;
|
||||
try {
|
||||
|
@ -74,8 +75,8 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
loading: true,
|
||||
localStream: new MediaStream(),
|
||||
remoteStream: new MediaStream(),
|
||||
localStream: null,
|
||||
remoteStream: null,
|
||||
callManager: null
|
||||
};
|
||||
},
|
||||
|
|
Reference in a new issue