Skip to content
This repository was archived by the owner on Oct 23, 2024. It is now read-only.

Commit aaa1147

Browse files
author
xiandeatintel
authored
Unify some formats in doc (#91) (#92)
1 parent 603a1d9 commit aaa1147

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

doc/servermd/RESTAPI.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ List the rooms in your service.<br>
284284

285285
request body:
286286

287-
*(Empty)*
287+
**Empty**
288288

289289
response body:
290290

@@ -308,7 +308,7 @@ Get information on the specified room.<br>
308308

309309
request body:
310310

311-
*(Empty)*
311+
**Empty**
312312

313313
response body:
314314

@@ -324,11 +324,11 @@ Delete the specified room.<br>
324324

325325
request body:
326326

327-
*(Empty)*
327+
**Empty**
328328

329329
response body:
330330

331-
*(Empty)*
331+
**Empty**
332332

333333
### Update Room {#RESTAPIsection5_1_5}
334334
**PUT ${host}/v1/rooms/{roomId}**
@@ -386,7 +386,7 @@ List participants currently in the specified room.<br>
386386

387387
request body:
388388

389-
*(Empty)*
389+
**Empty**
390390

391391
response body:
392392

@@ -402,7 +402,7 @@ Get a participant's information from the specified room.<br>
402402

403403
request body:
404404

405-
*(Empty)*
405+
**Empty**
406406

407407
response body:
408408

@@ -450,11 +450,11 @@ Drop a participant from a room.<br>
450450

451451
request body:
452452

453-
*(Empty)*
453+
**Empty**
454454

455455
response body:
456456

457-
*(Empty)*
457+
**Empty**
458458

459459
## 5.3 Streams {#RESTAPIsection5_3}
460460
Description:

doc/servermd/Server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -466,7 +466,7 @@ Open WebRTC Toolkit server provides built-in fault tolerance / resilience suppor
466466
**Table 2-6. OWT Server cluster components’ fault tolerance / resilience**
467467
Component Name|Server Reaction|Client Awareness
468468
--------|--------|--------
469-
management-api|Multiple management-api instances provide stateless services at the same time. If application implements node failure detection and rescheduling strategy, when one node fails, other nodes should take over when the further requests are assigned to any of them.|Nuve RESTful request fail
469+
management-api|Multiple management-api instances provide stateless services at the same time. If application implements node failure detection and rescheduling strategy, when one node fails, other nodes should take over when the further requests are assigned to any of them.|Management-API RESTful request fail
470470
cluster-manager|Auto elect another cluster-manager node as master and provide service.|Transparent
471471
portal|All signaling connections on this portal will be disconnected, all actions through this portal will be dropped. Client needs to re-login the session.|server-disconnected event
472472
conference-agent/node|All sessions impacted will be destroyed and all their participants will be forced disconnected and all actions will be dropped. Client needs to re-login the session.|server-disconnected event

0 commit comments

Comments
 (0)