post https://openapi.gooroomee.com/api/v1/room
미팅룸 생성을 위한 API
Parameter
| name | type | required | desc |
|---|---|---|---|
| roomTitle | string | ||
| roomUrlId | string | URL 공유용 주소. 입력 시 biz.gooroomee.com/roomUrlId형태로 참여자 접속 가능. | |
| roomType | string | 값 없음 :회의 , edu :교육 | |
| callType | string | 필수 | P2P, MIXING, SFU |
| liveMode | boolean | ||
| maxJoinCount | integer | ||
| liveMaxJoinCount | integer | ||
| passwd | string | ||
| startDate | string | ||
| endDate | string | ||
| durationMinutes | string | 방 유지 시간. | |
| layoutType | string | 레이아웃 조정. 예제 기본 값은 4자 레이아웃 | |
| sfuIncludeAll | boolean | 화상 기본 포함 여부 - default: true (callType: SFU 일 때만 적용) | |
| sfuIncludeRole | string | 화상 기본 포함 권한 - speaker, emcee (sfuIncludeAll: false 일 때 적용) |
