payload 정의
쇼룸 라이브러리 함수와 관련된 payload 정의는 아래와 같습니다.
setInit
프로퍼티 | type | Require | Description |
---|---|---|---|
partnerUniqueId | String | true | 파트너 ID |
setThemeUniqueId
프로퍼티 | type | Require | Description |
---|---|---|---|
X | String | true | 테마 ID |
setMemberToken
프로퍼티 | type | Require | Description |
---|---|---|---|
X | String | true | 라이브 플레이어 진입 시 전달되는 JWT 토큰 |
setMemberObject
프로퍼티 | type | Require | Description |
---|---|---|---|
age | String | true | 나이, 10대: 10, 20대: 20, 30대: 30, ... |
gender | 'e' || 'w' || 'm' | true | 성별, 남성: 'm', 여성: 'w', 기타: 'e' |
memberId | String | true | 유저 식별ID |
nickname | String | true | 닉네임 |
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 about 3 hours ago