Skip to content

Commit 955cf93

Browse files
committed
More link fixes - slim report output
1 parent 9b542bf commit 955cf93

179 files changed

Lines changed: 369 additions & 369 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

fern/products/browser-sdk/pages/latest/reference/video/RoomSession/events.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ The RoomSession object emits the events listed below. You can work with these ev
1414
<Card title="once" href="/docs/browser-sdk/video/room-session/methods/once">
1515
Subscribe to an event once
1616
</Card>
17-
<Card title="off" href="/docs/browser-sdk/video/room-session/methods/off">
17+
<Card title="off" href="/docs/browser-sdk/v3/js/reference/video/room-session/off">
1818
Unsubscribe from an event
1919
</Card>
2020
<Card title="removeAllListeners" href="/docs/browser-sdk/video/room-session/methods/removealllisteners">
@@ -778,7 +778,7 @@ A stream ended (e.g., it was stopped).
778778
<Accordion title="Properties">
779779

780780
<ParamField path="stream" type="RoomSessionStream">
781-
The stream object. See [`RoomSessionStream`](/docs/browser-sdk/video/room-session-stream).
781+
The stream object. See [`RoomSessionStream`](/docs/browser-sdk/v3/js/reference/video/room-session-stream).
782782
</ParamField>
783783

784784
</Accordion>
@@ -792,7 +792,7 @@ A new stream started.
792792
<Accordion title="Properties">
793793

794794
<ParamField path="stream" type="RoomSessionStream">
795-
The stream object. See [`RoomSessionStream`](/docs/browser-sdk/video/room-session-stream).
795+
The stream object. See [`RoomSessionStream`](/docs/browser-sdk/v3/js/reference/video/room-session-stream).
796796
</ParamField>
797797

798798
</Accordion>

fern/products/browser-sdk/pages/latest/reference/video/RoomSession/methods/getstreams.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ max-toc-depth: 3
88

99
### getStreams
1010

11-
- **getStreams**(): `Promise<{ streams: RoomSessionStream}>` - See [RoomSessionStream documentation](/docs/browser-sdk/video/room-session-stream) for more details.
11+
- **getStreams**(): `Promise<{ streams: RoomSessionStream}>` - See [RoomSessionStream documentation](/docs/browser-sdk/v3/js/reference/video/room-session-stream) for more details.
1212

1313
Obtains a list of active streams for this RoomSession. These are RTMP streams of
1414
the audio/video content of this room, which will be sent to an external party
1515
(e.g., to YouTube).
1616

1717
#### Returns
1818

19-
`Promise<{ streams: RoomSessionStream}>` - See [RoomSessionStream documentation](/docs/browser-sdk/video/room-session-stream) for more details.
19+
`Promise<{ streams: RoomSessionStream}>` - See [RoomSessionStream documentation](/docs/browser-sdk/v3/js/reference/video/room-session-stream) for more details.
2020

2121
#### Permissions
2222

fern/products/browser-sdk/pages/latest/reference/video/RoomSession/methods/startstream.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,10 @@ max-toc-depth: 3
88

99
### startStream
1010

11-
- **startStream**(): `Promise<RoomSessionStream>` - See [RoomSessionStream documentation](/docs/browser-sdk/video/room-session-stream) for more details.
11+
- **startStream**(): `Promise<RoomSessionStream>` - See [RoomSessionStream documentation](/docs/browser-sdk/v3/js/reference/video/room-session-stream) for more details.
1212

1313
Starts streaming the audio/video of this room to an external service. You can
14-
use the returned [RoomSessionStream](/docs/browser-sdk/video/room-session-stream) object to
14+
use the returned [RoomSessionStream](/docs/browser-sdk/v3/js/reference/video/room-session-stream) object to
1515
interact with the stream.
1616

1717
#### Parameters
@@ -28,7 +28,7 @@ interact with the stream.
2828

2929
#### Returns
3030

31-
`Promise<RoomSessionStream>` - See [RoomSessionStream documentation](/docs/browser-sdk/video/room-session-stream) for more details.
31+
`Promise<RoomSessionStream>` - See [RoomSessionStream documentation](/docs/browser-sdk/v3/js/reference/video/room-session-stream) for more details.
3232

3333
#### Permissions
3434

fern/products/compatibility-api/pages/cxml/voice/conference-noun.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ position: 1
77
max-toc-depth: 3
88
---
99

10-
[`<Dial>`](/docs/compatibility-api/dial) verb's `<Conference>` noun allows the connection to a named conference room.
10+
[`<Dial>`](/docs/compatibility-api/cxml/reference/voice/dial) verb's `<Conference>` noun allows the connection to a named conference room.
1111
For example:
1212

1313
<CodeBlocks>

fern/products/compatibility-api/pages/cxml/voice/number-noun.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ position: 1
77
max-toc-depth: 3
88
---
99

10-
[`<Dial>`](/docs/compatibility-api/dial) verb's `<Number>` noun specifies what phone number to dial. You can use up to 10 `<Number>`s within a `<Dial>` to simultaneously call several people. The first person to answer the call will be connected to the caller and the rest of the called numbers will be hung up.
10+
[`<Dial>`](/docs/compatibility-api/cxml/reference/voice/dial) verb's `<Number>` noun specifies what phone number to dial. You can use up to 10 `<Number>`s within a `<Dial>` to simultaneously call several people. The first person to answer the call will be connected to the caller and the rest of the called numbers will be hung up.
1111

1212
## Noun attributes
1313

fern/products/compatibility-api/pages/cxml/voice/queue-noun.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ position: 1
77
max-toc-depth: 3
88
---
99

10-
[`<Dial>`](/docs/compatibility-api/dial) verb's `<Queue>` noun specifies what queue to dial.
10+
[`<Dial>`](/docs/compatibility-api/cxml/reference/voice/dial) verb's `<Queue>` noun specifies what queue to dial.
1111

1212
## Noun attributes
1313

fern/products/compatibility-api/pages/cxml/voice/sip-noun.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ position: 1
77
max-toc-depth: 3
88
---
99

10-
[`<Dial>`](/docs/compatibility-api/dial) verb's `<Sip>` noun permits the set up of VoIP sessions using SIP (Session Initiation Protocol). You can send a call to any SIP endpoint.
10+
[`<Dial>`](/docs/compatibility-api/cxml/reference/voice/dial) verb's `<Sip>` noun permits the set up of VoIP sessions using SIP (Session Initiation Protocol). You can send a call to any SIP endpoint.
1111

1212
When dialing an SIP endpoint, the transport defaults to TLS. If the SIP destination does not support TLS, you can set the transport to UDP or TCP by setting the transport manually. For example: `sip:alice@example.com;transport=udp`.
1313

fern/products/compatibility-api/pages/cxml/voice/verto-noun.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The `<Verto>` verb does not support any attributes.
1919

2020
## Nesting
2121

22-
No other verbs can be nested within `<Verto>` however, `<Verto>` is nested within the [`<Dial>`](/docs/compatibility-api/dial) verb.
22+
No other verbs can be nested within `<Verto>` however, `<Verto>` is nested within the [`<Dial>`](/docs/compatibility-api/cxml/reference/voice/dial) verb.
2323

2424
## Request parameters
2525

fern/products/compatibility-api/pages/cxml/voice/virtualagent-noun.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ After a Dialogflow conversation is completed, SignalWire can make a request to t
9696
</ParamField>
9797

9898
<ParamField path="VirtualAgentErrorCode" type="string">
99-
An [error code](/docs/compatibility-api/error-codes), in case `VirtualAgentStatus` is `"failed"`.
99+
An [error code](/docs/compatibility-api/rest/error-codes), in case `VirtualAgentStatus` is `"failed"`.
100100
</ParamField>
101101

102102
<ParamField path="VirtualAgentProvider" type="string">

fern/products/compatibility-api/pages/rest-api/core/authorization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
id: 7a9b8259-7a98-4782-93f1-9c18dda4fffd
33
title: Authorization
4-
slug: /authorization
4+
slug: /rest/authorization
55
---
66

77
SignalWire REST APIs support two authentication methods: **Basic Authentication** and **Bearer Authentication**.

0 commit comments

Comments
 (0)