Rest Api
Ping the server
Successfully hit the SFU api!Create Room
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
{
"isSuccess": true,
"errorName": "",
"payload": {
"roomId": "hello",
"password": "99547042"
}
}Last updated