@saooti/octopus-sdk 41.0.4-SNAPSHOT → 41.0.5-SNAPSHOT

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saooti/octopus-sdk",
3
- "version": "41.0.4-SNAPSHOT",
3
+ "version": "41.0.5-SNAPSHOT",
4
4
  "private": false,
5
5
  "description": "Javascript SDK for using octopus",
6
6
  "author": "Saooti",
@@ -1,5 +1,6 @@
1
1
  <template>
2
2
  <section v-if="podcast" class="module-box">
3
+ {{ !!podcastConference && isLiveReadyToRecord && isOctopusAndAnimator }}
3
4
  <RecordingItemButton
4
5
  v-if="!!podcastConference && isLiveReadyToRecord && isOctopusAndAnimator"
5
6
  :podcast="podcast"
@@ -252,7 +253,7 @@ const isDebriefing = computed(() => {
252
253
  );
253
254
  });
254
255
  const isOctopusAndAnimator = computed(() => {
255
- return !isPodcastmaker && editRight && authStore.isRoleLive;
256
+ return !isPodcastmaker.value && editRight.value && authStore.isRoleLive;
256
257
  });
257
258
  const podcastNotValid = computed(() => {
258
259
  return (