Skip to content

Commit

Permalink
docs(react-native): fix broken links (#1080)
Browse files Browse the repository at this point in the history
Small docs fix - searched the RN package for all the places this fix was
needed.
  • Loading branch information
aharwood9 authored Sep 13, 2023
1 parent e9fc1d3 commit 1c70e16
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ With the help of the `useMediaStreamManagement` hook, you can manage the camera
- `publishVideoStream`/` stopPublishingVideo` can be used to publish/un-publish the video stream.
- `isCameraOnFrontFacingMode`/`toggleCameraFacingMode` is a function that flips the camera and gives the status of the current face of the camera.

More information about this topic can be found in the [Camera & Microphone guide](../../guides/camera-and-microphone).
More information about this topic can be found in the [Camera & Microphone guide](../../core/camera-and-microphone).

## UI Components

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ You can also subscribe to the `call.reaction_new` WebSocket event to receive rea

### Clearing reactions

If you're using the [participant state](../../guides/call-and-participant-state/#observe-participant-state) for receiving reactions, you can also clear the latest reaction using the `resetReaction` method:
If you're using the [participant state](../../core/call-and-participant-state/#observe-participant-state) for receiving reactions, you can also clear the latest reaction using the `resetReaction` method:

```typescript
const call: Call;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ We have built a [livestream app tutorial](../../tutorials/livestream) that relie

## Call type for broadcasting

Stream infrastructure recognizes few pre-built call types. Among them, the type [`livestream` type](../../guides/configuring-call-types#livestream) is the best suited for broadcasting events. When a `livestream` call is created, it is set to `backstage` mode by default. The `backstage` mode makes it easy to build a flow where hosts can set up cameras and equipment before going live.
Stream infrastructure recognizes few pre-built call types. Among them, the type [`livestream` type](../../core/configuring-call-types#livestream) is the best suited for broadcasting events. When a `livestream` call is created, it is set to `backstage` mode by default. The `backstage` mode makes it easy to build a flow where hosts can set up cameras and equipment before going live.

## Starting and stopping the broadcasting

Expand Down

0 comments on commit 1c70e16

Please sign in to comment.