@hyext/types-ext-sdk-hy 3.17.9 → 3.18.0-beta.2
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/index.d.ts +1 -1
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -2888,7 +2888,7 @@ type ContextInfo = {
|
|
|
2888
2888
|
* @property isOn - 是否在播
|
|
2889
2889
|
* @property gameId - 品类id,如果isOn为false,则为上次开播的品类id
|
|
2890
2890
|
* @property hasVideo - 直播间中是否有视频,如果isOn为false,则返回false
|
|
2891
|
-
* @property template -
|
|
2891
|
+
* @property template - 直播间模版, MobileLiveRoom-颜值, FMLiveRoom-多人语音, MatchLiveRoom-赛事, TVLiveRoom-虎牙电视台, GameRoom-游戏, ImmerseRoom-沉浸式, MultiLinkVideoRoom-派对
|
|
2892
2892
|
* @property sourceType - 直播间来源
|
|
2893
2893
|
* @property liveImmersion - 沉浸式直播间, 1-为沉浸式直播间, 0-为非沉浸式直播间
|
|
2894
2894
|
* @property liveCompany - 交友陪玩直播间, 1-为交友陪玩直播间, 0-为非交友陪玩直播间
|