tremble 3 năm trước cách đây
mục cha
commit
02fe096135
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      src/components/RTC/Trtccom.vue

+ 2 - 0
src/components/RTC/Trtccom.vue

@@ -23,6 +23,8 @@ const isJoined = computed(() => store.getters["rtc/isJoined"]);
 const isPublished = computed(() => store.getters["rtc/isPublished"]);
 const userSig = computed(() => store.getters["rtc/userSig"]);
 
+console.log(userSig.value,'userSig');
+
 const initParamsStates = computed(
   () => !!(store.getters["rtc/sdkAppId"] && store.getters["rtc/secretKey"] && store.getters["rtc/roomId"] && store.getters["rtc/userId"])
 );