Options
All
  • Public
  • Public/Protected
  • All
Menu

Module views/OneToOne/store/groupStream

Index

Variables

GROUP_STREAM_ROLE: Readonly<{ BUYER: "buyer"; SELLER: "seller" }> = ...
actualReplayUrl: <internal>.ComputedRef<null> = ...
appId: <internal>.Ref<null> = ...
channel: <internal>.Ref<null> = ...
default: { GROUP_STREAM_ROLE: Readonly<{ BUYER: "buyer"; SELLER: "seller" }>; actualReplayUrl: <internal>.ComputedRef<null>; appId: <internal>.Ref<null>; channel: <internal>.Ref<null>; fetchOneToOneStatus: ((postIdHash: any) => Promise<void>); fetchOneToOneStatusWithNewAgoraToken: ((postIdHash: any, postToken: any) => Promise<void>); groupStreamNickname: <internal>.Ref<string>; isBetweenEndedAndReplay: <internal>.ComputedRef<boolean>; isLiveEndedState: <internal>.ComputedRef<boolean>; isLiveUnPublishedState: <internal>.ComputedRef<boolean>; isReplayState: <internal>.ComputedRef<null>; liveStatus: <internal>.Ref<null>; postId: <internal>.Ref<null>; replayExpiredAt: <internal>.Ref<null>; replayUrlM3u8: <internal>.Ref<null>; replayUrlMp4: <internal>.Ref<null>; role: <internal>.Ref<null>; rtmpUrl: <internal>.Ref<null>; sellingProductIds: <internal>.Ref<never[]>; setSellingProductIds: ((ids: any) => void); title: <internal>.Ref<null>; token: <internal>.Ref<null>; type: <internal>.Ref<null>; uid: <internal>.Ref<null>; upcomingAt: <internal>.Ref<null>; upcomingTitle: <internal>.Ref<null> }

Type declaration

groupStreamNickname: <internal>.Ref<string> = ...
isBetweenEndedAndReplay: <internal>.ComputedRef<boolean> = ...
isLiveEndedState: <internal>.ComputedRef<boolean> = ...
isLiveUnPublishedState: <internal>.ComputedRef<boolean> = ...
isReplayState: <internal>.ComputedRef<null> = ...
liveStatus: <internal>.Ref<null> = ...
postId: <internal>.Ref<null> = ...
pubnubGroupName: <internal>.Ref<null> = ...
pubnubOccupancyChannel: <internal>.Ref<null> = ...
pubnubSubscribeKey: <internal>.Ref<null> = ...
replayExpiredAt: <internal>.Ref<null> = ...
replayUrlM3u8: <internal>.Ref<null> = ...
replayUrlMp4: <internal>.Ref<null> = ...
role: <internal>.Ref<null> = ...
rtmpUrl: <internal>.Ref<null> = ...
sellingProductIds: <internal>.Ref<never[]> = ...
title: <internal>.Ref<null> = ...
token: <internal>.Ref<null> = ...
type: <internal>.Ref<null> = ...
uid: <internal>.Ref<null> = ...
upcomingAt: <internal>.Ref<null> = ...
upcomingTitle: <internal>.Ref<null> = ...

Functions

  • fetchOneToOneStatus(postIdHash: any): Promise<void>
  • fetchOneToOneStatusWithNewAgoraToken(postIdHash: any, postToken: any): Promise<void>
  • setSellingProductIds(ids: any): void

Generated using TypeDoc