docs(ci): Update protocol.md - 5d14cb7 [skip ci]

This commit is contained in:
Azure CI 2021-07-18 19:01:49 +00:00
parent 5d14cb7af8
commit 310c297a36
2 changed files with 10 additions and 10 deletions

View File

@ -5420,7 +5420,7 @@
"{boolean} `active` Whether audio track is active or not."
],
"api": "requests",
"name": "SetTracks",
"name": "SetAudioTracks",
"category": "sources",
"since": "4.9.1",
"params": [
@ -5443,7 +5443,7 @@
"names": [
{
"name": "",
"description": "SetTracks"
"description": "SetAudioTracks"
}
],
"categories": [
@ -5460,7 +5460,7 @@
],
"heading": {
"level": 2,
"text": "SetTracks"
"text": "SetAudioTracks"
},
"lead": "",
"type": "class",
@ -5479,7 +5479,7 @@
"{boolean} `track6`"
],
"api": "requests",
"name": "GetTracks",
"name": "GetAudioTracks",
"category": "sources",
"since": "4.9.1",
"returns": [
@ -5524,7 +5524,7 @@
"names": [
{
"name": "",
"description": "GetTracks"
"description": "GetAudioTracks"
}
],
"categories": [
@ -5541,7 +5541,7 @@
],
"heading": {
"level": 2,
"text": "GetTracks"
"text": "GetAudioTracks"
},
"lead": "",
"type": "class",

View File

@ -164,8 +164,8 @@ You can also refer to any of the [client libraries](https://github.com/Palakis/o
+ [GetSourceTypesList](#getsourcetypeslist)
+ [GetVolume](#getvolume)
+ [SetVolume](#setvolume)
+ [SetTracks](#settracks)
+ [GetTracks](#gettracks)
+ [SetAudioTracks](#setaudiotracks)
+ [GetAudioTracks](#getaudiotracks)
+ [GetMute](#getmute)
+ [SetMute](#setmute)
+ [ToggleMute](#togglemute)
@ -2213,7 +2213,7 @@ _No additional response items._
---
### SetTracks
### SetAudioTracks
- Added in v4.9.1
@ -2235,7 +2235,7 @@ _No additional response items._
---
### GetTracks
### GetAudioTracks
- Added in v4.9.1