You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/JSON-RPC.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -258,7 +258,7 @@ Results:
258
258
259
259
### jamulusclient/setFaderLevel
260
260
261
-
Sets the fader level. Example: {"id":1,"jsonrpc":"2.0","method":"jamulusclient/setFaderLevel","params":{"channelIndex": 0,"level": 50}}.
261
+
Sets the fader level. Example: {"id":1,"jsonrpc":"2.0","method":"jamulusclient/setFaderLevel","params":{"channelIndex": 0,"level": 50}}.
262
262
263
263
Parameters:
264
264
@@ -391,7 +391,7 @@ Results:
391
391
| result.countryId | number | The server country ID (see QLocale::Country). |
392
392
| result.welcomeMessage | string | The server welcome message. |
393
393
| result.directoryType | string | The directory type as a string (see EDirectoryType and SerializeDirectoryType). |
394
-
| result.directoryAddress | string | The string used to look up the directory address (only assume valid if directoryType is "custom" and registrationStatus is "registered"). |
394
+
| result.directoryAddress | string | The string used to look up the directory address (only assume valid if directoryType is "custom" and registrationStatus is "registered"). |
395
395
| result.directory | string | The directory with which this server requested registration, or blank if none. |
396
396
| result.registrationStatus | string | The server registration status as string (see ESvrRegStatus and SerializeRegistrationStatus). |
397
397
@@ -410,7 +410,7 @@ Results:
410
410
411
411
| Name | Type | Description |
412
412
| --- | --- | --- |
413
-
| result | string | Always "acknowledged". To check if the recording was restarted or if there is any error, call `jamulusserver/getRecorderStatus` again. |
413
+
| result | string | Always "acknowledged". To check if the recording was restarted or if there is any error, call `jamulusserver/getRecorderStatus` again. |
414
414
415
415
416
416
### jamulusserver/setDirectory
@@ -445,7 +445,7 @@ Results:
445
445
446
446
| Name | Type | Description |
447
447
| --- | --- | --- |
448
-
| result | string | Always "acknowledged". To check if the directory was changed, call `jamulusserver/getRecorderStatus` again. |
448
+
| result | string | Always "acknowledged". To check if the directory was changed, call `jamulusserver/getRecorderStatus` again. |
449
449
450
450
451
451
### jamulusserver/setServerName
@@ -496,7 +496,7 @@ Results:
496
496
497
497
| Name | Type | Description |
498
498
| --- | --- | --- |
499
-
| result | string | Always "acknowledged". To check if the recording was enabled, call `jamulusserver/getRecorderStatus` again. |
499
+
| result | string | Always "acknowledged". To check if the recording was enabled, call `jamulusserver/getRecorderStatus` again. |
500
500
501
501
502
502
### jamulusserver/stopRecording
@@ -513,7 +513,7 @@ Results:
513
513
514
514
| Name | Type | Description |
515
515
| --- | --- | --- |
516
-
| result | string | Always "acknowledged". To check if the recording was disabled, call `jamulusserver/getRecorderStatus` again. |
516
+
| result | string | Always "acknowledged". To check if the recording was disabled, call `jamulusserver/getRecorderStatus` again. |
517
517
518
518
519
519
## Notification reference
@@ -525,7 +525,7 @@ Parameters:
525
525
526
526
| Name | Type | Description |
527
527
| --- | --- | --- |
528
-
| params.channelLevelList | array | The channel level list. Each item corresponds to the respective client retrieved from the jamulusclient/clientListReceived notification. |
528
+
| params.channelLevelList | array | The channel level list. Each item corresponds to the respective client retrieved from the jamulusclient/clientListReceived notification. |
529
529
| params.channelLevelList[*]| number | The channel level, an integer between 0 and 9. |
0 commit comments