-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
76 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@livekit/components-core": patch | ||
"@livekit/components-react": patch | ||
"@livekit/components-js-docs": patch | ||
--- | ||
|
||
Update PreJoin description and update docs. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
--- | ||
{ | ||
"title": "createUrlRegExp variable", | ||
"linkToSource": "https://github.com/livekit/components-js/blob/main/packages/core/src/helper/urlRegex.ts" | ||
"title": "createUrlRegExp", | ||
"linkToSource": "https://github.com/livekit/components-js/blob/main/packages/core/src/helper/url-regex.ts" | ||
} | ||
--- | ||
|
||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
# createUrlRegExp variable | ||
# createUrlRegExp | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
createUrlRegExp: (options: RegExOptions) => RegExp; | ||
export declare function createUrlRegExp(options: RegExOptions): RegExp; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
{ | ||
"title": "RoomAudioRendererProps interface", | ||
"linkToSource": "https://github.com/livekit/components-js/blob/main/packages/react/src/components/RoomAudioRenderer.tsx" | ||
} | ||
--- | ||
|
||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
# RoomAudioRendererProps interface | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
export interface RoomAudioRendererProps | ||
``` | ||
|
||
{% partial file="p_usage.md" variables={exampleCount: 0} /%} | ||
|
||
## Properties | ||
|
||
| Property | Type | Description | | ||
| --------------------------------------------------- | ------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- | | ||
| [volume?](./react/roomaudiorendererprops.volume.md) | number | _(Optional)_ Sets the volume for all audio tracks rendered by this component. By default, the range is between <code>0.0</code> and <code>1.0</code>. | |
17 changes: 17 additions & 0 deletions
17
docs/docs/generated-docs/react/roomaudiorendererprops.volume.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
--- | ||
{ "title": "RoomAudioRendererProps.volume property" } | ||
--- | ||
|
||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
# RoomAudioRendererProps.volume property | ||
|
||
Sets the volume for all audio tracks rendered by this component. By default, the range is between `0.0` and `1.0`<!-- -->. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
volume?: number; | ||
``` | ||
|
||
{% partial file="p_usage.md" variables={exampleCount: 0} /%} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters