payload 정의
쇼룸 라이브러리 함수와 관련된 payload 정의는 아래와 같습니다.
setInit
Property | Type | Require | Description |
---|---|---|---|
partnerUniqueId | String | true | 파트너 ID |
setThemeUniqueId
Property | Type | Require | Description |
---|---|---|---|
X | String | true | 테마 ID |
setMemberToken
Property | Type | Require | Description |
---|---|---|---|
X | String | true | 라이브 플레이어 진입 시 전달되는 JWT 토큰 |
setMemberObject
Property | Type | Require | Description |
---|---|---|---|
age | String | true | 나이, 10대: '10', 20대: '20', 30대: '30', ..., 기타: 'etc' |
gender | 'e' || 'w' || 'm' | true | 성별, 남성: 'm', 여성: 'w', 기타: 'e' |
memberId | String | true | 유저 식별ID |
nickname | String | true | 닉네임 |
load
Property | Type | Require | Description |
---|---|---|---|
elementId | String | false | 쇼룸을 보여줄 html 요소의 ID |
loadBanner
Property | Type | Require | Description |
---|---|---|---|
bannerGroupId | String | true | 배너 그룹 ID |
elementId | String | false | 배너를 보여줄 html 요소의 ID |
loadRecentLive
Property | Type | Require | Description |
---|---|---|---|
elementId | String | false | 최근 라이브를 보여줄 html 요소의 ID |
loadScheduledLive
Property | Type | Require | Description |
---|---|---|---|
elementId | String | false | 예정된 라이브를 보여줄 html 요소의 ID |
loadLiveCalendar
Property | Type | Require | Description |
---|---|---|---|
elementId | String | false | 라이브 캘린더를 보여줄 html 요소의 ID |
loadVodCuration
Property | Type | Require | Description |
---|---|---|---|
curationId | String | true | VOD큐레이션 ID |
elementId | String | false | VOD큐레이션을 보여줄 html 요소의 ID |
loadClipCuration
Property | Type | Require | Description |
---|---|---|---|
curationId | String | true | CLIP큐레이션 ID |
elementId | String | false | CLIP큐레이션을 보여줄 html 요소의 ID |
Updated 8 days ago