{
"userID": "7",
"endTime": 740877763601,
"members": [
{
"userID": "63",
"confirmState": "CONFIRM_REJECT",
"deviceType": 30,
"roles": [
38,
68
]
},
{
"userID": "25",
"confirmState": "CONFIRM_REJECT",
"deviceType": 34,
"roles": [
61,
76,
13,
70
]
},
{
"userID": "95",
"confirmState": "CONFIRM_ACCEPT",
"roles": [
73,
11,
49,
12,
26
],
"deviceType": 81
},
{
"userID": "63",
"roles": [
82,
49,
84
],
"confirmState": "CONFIRM_ACCEPT",
"deviceType": 25
},
{
"userID": "86",
"deviceType": 61,
"confirmState": "CONFIRM_REJECT",
"roles": [
60,
49,
40,
92
]
}
],
"beginTime": 19926238735,
"detail": "sit in officia incididunt",
"extra": "sint voluptate nisi amet deserunt",
"ruleSettings": {
"stopControl": "STOP_ZERO",
"isCameraOffIn": false,
"mediaControl": {
"audioLimit": 57,
"audios": [
60,
87
],
"videoLimit": 38,
"mediaSet": [
70,
24,
22,
91
],
"mutex": [
{
"medias": [
49,
65,
42,
55
]
},
{
"medias": [
66,
98,
10
]
}
],
"videos": [
26,
48
]
},
"numberLimit": 79,
"autoRecord": true,
"toolControl": {
"toolSet": [
43,
81
],
"mutex": [
{
"tools": [
81,
20,
13,
8,
29
]
}
]
},
"isMuteIn": true,
"roleRights": [
{
"role": 33,
"rights": [
"RIGHT_CANCE"
]
},
{
"role": 14,
"rights": [
"RIGHT_AL",
"RIGHT_STAR",
"RIGHT_DELETE_MEMBER",
"RIGHT_KICKOU"
]
}
],
"confirmControl": false,
"closeControl": "CLOSE_MANUAL",
"roleControl": true
}
}
curl --location --request POST '/create' \
--header 'Content-Type: application/json' \
--data-raw '{
"userID": "7",
"endTime": 740877763601,
"members": [
{
"userID": "63",
"confirmState": "CONFIRM_REJECT",
"deviceType": 30,
"roles": [
38,
68
]
},
{
"userID": "25",
"confirmState": "CONFIRM_REJECT",
"deviceType": 34,
"roles": [
61,
76,
13,
70
]
},
{
"userID": "95",
"confirmState": "CONFIRM_ACCEPT",
"roles": [
73,
11,
49,
12,
26
],
"deviceType": 81
},
{
"userID": "63",
"roles": [
82,
49,
84
],
"confirmState": "CONFIRM_ACCEPT",
"deviceType": 25
},
{
"userID": "86",
"deviceType": 61,
"confirmState": "CONFIRM_REJECT",
"roles": [
60,
49,
40,
92
]
}
],
"beginTime": 19926238735,
"detail": "sit in officia incididunt",
"extra": "sint voluptate nisi amet deserunt",
"ruleSettings": {
"stopControl": "STOP_ZERO",
"isCameraOffIn": false,
"mediaControl": {
"audioLimit": 57,
"audios": [
60,
87
],
"videoLimit": 38,
"mediaSet": [
70,
24,
22,
91
],
"mutex": [
{
"medias": [
49,
65,
42,
55
]
},
{
"medias": [
66,
98,
10
]
}
],
"videos": [
26,
48
]
},
"numberLimit": 79,
"autoRecord": true,
"toolControl": {
"toolSet": [
43,
81
],
"mutex": [
{
"tools": [
81,
20,
13,
8,
29
]
}
]
},
"isMuteIn": true,
"roleRights": [
{
"role": 33,
"rights": [
"RIGHT_CANCE"
]
},
{
"role": 14,
"rights": [
"RIGHT_AL",
"RIGHT_STAR",
"RIGHT_DELETE_MEMBER",
"RIGHT_KICKOU"
]
}
],
"confirmControl": false,
"closeControl": "CLOSE_MANUAL",
"roleControl": true
}
}'
{
"code": 0,
"message": "",
"data": {
"@type": "type.googleapis.com/hileia_core_collaboration.v1.CreateResp",
"info": {
"collaborationID": "f1fe8ecdc0a3481a8cb84bee63204965",
"state": "COLLABORATION_START",
"sessionInfo": {
"sessionID": "c3d6cd1519e54ed0a64741b4bed83ac2",
"sessionState": "SESSION_SCHEDULE",
"beginTime": "1688180400",
"endTime": "1688184000",
"tools": [],
"starterID": "",
"extra": "",
"recordState": "RECORD_STATE_UNSPECIFIED"
},
"members": {
"user01": {
"userID": "user01",
"confirmState": "CONFIRM_ACCEPT",
"memberSessionState": "MEMBER_UNSPECIFIED",
"medias": [],
"tools": [],
"roles": [
1
],
"deviceType": 0,
"seqID": "103",
"extra": ""
},
"user02": {
"userID": "user02",
"confirmState": "CONFIRM_UNSPECIFIED",
"memberSessionState": "MEMBER_UNSPECIFIED",
"medias": [],
"tools": [],
"roles": [],
"deviceType": 0,
"seqID": "104",
"extra": ""
},
"user03": {
"userID": "user03",
"confirmState": "CONFIRM_UNSPECIFIED",
"memberSessionState": "MEMBER_UNSPECIFIED",
"medias": [],
"tools": [],
"roles": [],
"deviceType": 0,
"seqID": "105",
"extra": ""
}
},
"detail": "test theme1",
"hasMessage": false,
"hasFile": false,
"creatorID": "user01",
"appID": "hileia_core",
"settings": {
"stopControl": "STOP_ZERO",
"closeControl": "CLOSE_AUTO",
"isMuteIn": true,
"isCameraOffIn": true,
"autoRecord": true
}
}
}
}