|
@@ -1,6 +1,8 @@
|
|
|
|
|
|
|
|
|
import { genTestUserSig } from '@/utils/generateTestUserSig';
|
|
|
+// import { apis } from '@/apis';
|
|
|
+
|
|
|
|
|
|
export default {
|
|
|
namespaced: true,
|
|
@@ -83,6 +85,7 @@ export default {
|
|
|
state.isPublished = payload
|
|
|
},
|
|
|
getInitParamsStates(state, payload) {
|
|
|
+ console.log(state.sdkAppId , state.secretKey , state.roomId , state.userId);
|
|
|
return !!(state.sdkAppId && state.secretKey && state.roomId && state.userId);
|
|
|
},
|
|
|
getUserSig(state, payload) {
|
|
@@ -106,6 +109,6 @@ export default {
|
|
|
|
|
|
},
|
|
|
actions: {
|
|
|
-
|
|
|
+
|
|
|
},
|
|
|
}
|