{
"collaborationID": "string",
"sessionID": "string",
"userID": "string",
"members": [
{
"userID": "string",
"confirmState": "CONFIRM_ACCEPT",
"memberSessionState": "MEMBER_CALLING",
"medias": [
0
],
"tools": [
{
"kind": 0,
"extra": "string",
"userID": "string"
}
],
"roles": [
0
],
"deviceType": 0,
"seqID": 0,
"extra": "string"
}
]
}
curl --location --request POST '/session/invite' \
--header 'Content-Type: application/json' \
--data-raw '{
"collaborationID": "string",
"sessionID": "string",
"userID": "string",
"members": [
{
"userID": "string",
"confirmState": "CONFIRM_ACCEPT",
"memberSessionState": "MEMBER_CALLING",
"medias": [
0
],
"tools": [
{
"kind": 0,
"extra": "string",
"userID": "string"
}
],
"roles": [
0
],
"deviceType": 0,
"seqID": 0,
"extra": "string"
}
]
}'
{
"code": 0,
"message": "",
"data": {
"@type": "type.googleapis.com/google.protobuf.Empty",
"value": {}
}
}