Skip to content

Commit

Permalink
docs(ci): Update protocol.md - 5350832 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Azure CI committed Jun 10, 2021
1 parent 5350832 commit d05ff26
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 31 deletions.
40 changes: 20 additions & 20 deletions docs/generated/comments.json
Original file line number Diff line number Diff line change
Expand Up @@ -1674,7 +1674,7 @@
"api": "events",
"name": "VirtualCamStarted",
"category": "virtual cam",
"since": "unreleased",
"since": "4.9.1",
"names": [
{
"name": "",
Expand All @@ -1690,7 +1690,7 @@
"sinces": [
{
"name": "",
"description": "unreleased"
"description": "4.9.1"
}
],
"heading": {
Expand All @@ -1707,7 +1707,7 @@
"api": "events",
"name": "VirtualCamStopped",
"category": "virtual cam",
"since": "unreleased",
"since": "4.9.1",
"names": [
{
"name": "",
Expand All @@ -1723,7 +1723,7 @@
"sinces": [
{
"name": "",
"description": "unreleased"
"description": "4.9.1"
}
],
"heading": {
Expand Down Expand Up @@ -4477,7 +4477,7 @@
"api": "requests",
"name": "Sleep",
"category": "general",
"since": "unreleased",
"since": "4.9.1",
"params": [
{
"type": "int",
Expand All @@ -4500,7 +4500,7 @@
"sinces": [
{
"name": "",
"description": "unreleased"
"description": "4.9.1"
}
],
"heading": {
Expand Down Expand Up @@ -5422,7 +5422,7 @@
"api": "requests",
"name": "SetTracks",
"category": "sources",
"since": "unreleased",
"since": "4.9.1",
"params": [
{
"type": "String",
Expand Down Expand Up @@ -5455,7 +5455,7 @@
"sinces": [
{
"name": "",
"description": "unreleased"
"description": "4.9.1"
}
],
"heading": {
Expand All @@ -5481,7 +5481,7 @@
"api": "requests",
"name": "GetTracks",
"category": "sources",
"since": "unreleased",
"since": "4.9.1",
"returns": [
{
"type": "boolean",
Expand Down Expand Up @@ -5536,7 +5536,7 @@
"sinces": [
{
"name": "",
"description": "unreleased"
"description": "4.9.1"
}
],
"heading": {
Expand Down Expand Up @@ -5702,7 +5702,7 @@
"api": "requests",
"name": "GetSourceActive",
"category": "sources",
"since": "unreleased",
"since": "4.9.1",
"returns": [
{
"type": "boolean",
Expand Down Expand Up @@ -5732,7 +5732,7 @@
"sinces": [
{
"name": "",
"description": "unreleased"
"description": "4.9.1"
}
],
"heading": {
Expand Down Expand Up @@ -11439,7 +11439,7 @@
"api": "requests",
"name": "GetVirtualCamStatus",
"category": "virtual cam",
"since": "unreleased",
"since": "4.9.1",
"returns": [
{
"type": "boolean",
Expand Down Expand Up @@ -11467,7 +11467,7 @@
"sinces": [
{
"name": "",
"description": "unreleased"
"description": "4.9.1"
}
],
"heading": {
Expand All @@ -11484,7 +11484,7 @@
"api": "requests",
"name": "StartStopVirtualCam",
"category": "virtual cam",
"since": "unreleased",
"since": "4.9.1",
"names": [
{
"name": "",
Expand All @@ -11500,7 +11500,7 @@
"sinces": [
{
"name": "",
"description": "unreleased"
"description": "4.9.1"
}
],
"heading": {
Expand All @@ -11517,7 +11517,7 @@
"api": "requests",
"name": "StartVirtualCam",
"category": "virtual cam",
"since": "unreleased",
"since": "4.9.1",
"names": [
{
"name": "",
Expand All @@ -11533,7 +11533,7 @@
"sinces": [
{
"name": "",
"description": "unreleased"
"description": "4.9.1"
}
],
"heading": {
Expand All @@ -11550,7 +11550,7 @@
"api": "requests",
"name": "StopVirtualCam",
"category": "virtual cam",
"since": "unreleased",
"since": "4.9.1",
"names": [
{
"name": "",
Expand All @@ -11566,7 +11566,7 @@
"sinces": [
{
"name": "",
"description": "unreleased"
"description": "4.9.1"
}
],
"heading": {
Expand Down
22 changes: 11 additions & 11 deletions docs/generated/protocol.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<!-- This file was generated based on handlebars templates. Do not edit directly! -->

# obs-websocket 4.9.0 protocol reference
# obs-websocket 4.9.1 protocol reference

# General Introduction
Messages are exchanged between the client and the server as JSON objects.
Expand Down Expand Up @@ -796,7 +796,7 @@ _No additional response items._
### VirtualCamStarted


- Unreleased
- Added in v4.9.1

Virtual cam started successfully.

Expand All @@ -809,7 +809,7 @@ _No additional response items._
### VirtualCamStopped


- Unreleased
- Added in v4.9.1

Virtual cam stopped successfully.

Expand Down Expand Up @@ -1824,7 +1824,7 @@ Executes a list of requests sequentially (one-by-one on the same thread).
### Sleep


- Unreleased
- Added in v4.9.1

Waits for the specified duration. Designed to be used in `ExecuteBatch` operations.

Expand Down Expand Up @@ -2216,7 +2216,7 @@ _No additional response items._
### SetTracks


- Unreleased
- Added in v4.9.1

Changes whether an audio track is active for a source.

Expand All @@ -2238,7 +2238,7 @@ _No additional response items._
### GetTracks


- Unreleased
- Added in v4.9.1

Gets whether an audio track is active for a source.

Expand Down Expand Up @@ -2331,7 +2331,7 @@ _No additional response items._
### GetSourceActive


- Unreleased
- Added in v4.9.1

Get the source's active status of a specified source (if it is showing in the final mix).

Expand Down Expand Up @@ -4567,7 +4567,7 @@ _No additional response items._
### GetVirtualCamStatus


- Unreleased
- Added in v4.9.1

Get current virtual cam status.

Expand All @@ -4588,7 +4588,7 @@ _No specified parameters._
### StartStopVirtualCam


- Unreleased
- Added in v4.9.1

Toggle virtual cam on or off (depending on the current virtual cam state).

Expand All @@ -4605,7 +4605,7 @@ _No additional response items._
### StartVirtualCam


- Unreleased
- Added in v4.9.1

Start virtual cam.
Will return an `error` if virtual cam is already active.
Expand All @@ -4623,7 +4623,7 @@ _No additional response items._
### StopVirtualCam


- Unreleased
- Added in v4.9.1

Stop virtual cam.
Will return an `error` if virtual cam is not active.
Expand Down

0 comments on commit d05ff26

Please sign in to comment.