Skip to content

Commit

Permalink
[Docs] Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
sierpinskid committed Nov 6, 2023
1 parent c77d761 commit eca0c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docusaurus/docs/Unity/02-tutorials/02-audio-room.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -690,7 +690,7 @@ We've just added unsubscribing from the `ParticipantJoined` and `ParticipantLeft

# Test

We're now ready to test the app! In order to test it we need 2 instances of the app. Because each instance of the app will be using a microphone and a speaker a good way to test it is by using your PC and your smartphone. Depending on what type of device you have you can follow the [Android](./platforms/android/) or [IOS](./platforms/ios/) sections to learn how to deploy the app on those devices.
We're now ready to test the app! In order to test it we need 2 instances of the app. Because each instance of the app will be using a microphone and a speaker a good way to test it is by using your PC and your smartphone. Depending on what type of device you have you can follow the [Android](../04-platforms/02-android.mdx) or [IOS](../04-platforms/03-ios.mdx) sections to learn how to deploy the app on those devices.

Once you launch the app in two separate devices provide the same **call Id** on both devices in order to join the same audio call.

Expand Down

0 comments on commit eca0c32

Please sign in to comment.