라이브러리 payload 정의
쇼룸 라이브러리 함수와 관련된 payload 정의는 아래와 같습니다.
setInit
매개변수 | type | Require | Description |
---|---|---|---|
partnerUniqueId | String | true | 파트너 ID |
setThemeUniqueId
매개변수 | type | Require | Description |
---|---|---|---|
X | String | true | 테마 ID |
setLiveToken
매개변수 | type | Require | Description |
---|---|---|---|
X | String | true | 라이브 플레이어 진입 시 전달되는 JWT 토큰 |
load
매개변수 | type | Require | Description |
---|---|---|---|
elementId | String | false | 쇼룸을 보여줄 html 요소의 ID |
loadBanner
매개변수 | type | Require | Description |
---|---|---|---|
bannerGroupId | String | true | 배너 그룹 ID |
elementId | String | false | 배너를 보여줄 html 요소의 ID |
loadRecentLive
매개변수 | type | Require | Description |
---|---|---|---|
elementId | String | false | 최근 라이브를 보여줄 html 요소의 ID |
loadScheduledLive
매개변수 | type | Require | Description |
---|---|---|---|
elementId | String | false | 예정된 라이브를 보여줄 html 요소의 ID |
loadLiveCalendar
매개변수 | type | Require | Description |
---|---|---|---|
elementId | String | false | 라이브 캘린더를 보여줄 html 요소의 ID |
loadVodCuration
매개변수 | type | Require | Description |
---|---|---|---|
curationId | String | true | VOD큐레이션 ID |
elementId | String | false | VOD큐레이션을 보여줄 html 요소의 ID |
loadClipCuration
매개변수 | type | Require | Description |
---|---|---|---|
curationId | String | true | CLIP큐레이션 ID |
elementId | String | false | CLIP큐레이션을 보여줄 html 요소의 ID |
Updated 6 days ago