{
"channel_name": "string",
"creator_account_id": "string",
"channel_type": 1,
"channel_extension": "string",
"route_config": {
"route_enabled": true
}
}curl --location --request POST 'https://open.yunxinapi.com/im/v2/signalling_room' \
--header 'AppKey: ' \
--header 'X-custom-traceid: {% mock '\''uuid'\'' %}' \
--header 'Nonce: ' \
--header 'CurTime: ' \
--header 'CheckSum: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"channel_name": "string",
"creator_account_id": "string",
"channel_type": 1,
"channel_extension": "string",
"route_config": {
"route_enabled": true
}
}'{
"code": 0,
"msg": "string",
"data": {
"channel_id": "string",
"channel_name": "string",
"creator_account_id": "string",
"channel_extension": "string",
"channel_type": 0,
"create_time": 0,
"expire_time": 0,
"member_list": [
{
"account_id": "string",
"uid": 0,
"device_id": "string",
"join_time": 0,
"expire_time": 0
}
]
}
}