Skip to content

Commit

Permalink
fix broken link
Browse files Browse the repository at this point in the history
  • Loading branch information
petyosi committed Nov 25, 2022
1 parent e2cefe6 commit 16d86b3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ Let’s break down each method one by one:
- **createVideoCallOrJoin**: This method requests an authentication token to the Stream server and joins a call with a specific `callId` parameter. If the `callId` is null, it will request creating a new call dynamically.
- **createVideoCall**: This method creates a new call dynamically with a unique UUID for the call id.
- **getVideoCallToken**: This method requests an authentication token to the Stream server.
- **joinRoom**: Join a room and connect to a video call with the specific name of the room and an authentication token. You can join the room by invoking the `join` method of the `HMSSDK` and `HMSConfig`. For more details, check out the [100ms Join Room](​​https://www.100ms.live/docs/android/v2/features/Join) Android guide.
- **joinRoom**: Join a room and connect to a video call with the specific name of the room and an authentication token. You can join the room by invoking the `join` method of the `HMSSDK` and `HMSConfig`. For more details, check out the [100ms Join Room](https://www.100ms.live/docs/android/v2/features/join) Android guide.

For more details about override methods from `HMSUpdateListener`, check out the [100ms official Join Room guideline](https://www.100ms.live/docs/android/v2/features/Join).

Expand Down

0 comments on commit 16d86b3

Please sign in to comment.