Skip to content

Latest commit

 

History

History
75 lines (49 loc) · 2.97 KB

File metadata and controls

75 lines (49 loc) · 2.97 KB
title titleSuffix description services author manager ms.author ms.date ms.topic ms.service ms.custom zone_pivot_groups
Quickstart - Join a room call
An Azure Communication Services quickstart
In this quickstart, you'll learn how to join a room call using web or native mobile calling SDKs
azure-communication-services
mrayyan
alexokun
alexokun
07/20/2023
quickstart
azure-communication-services
mode-other
acs-plat-web-ios-android-windows

Quickstart: Join a room call

Prerequisites

Obtain user access token

If you have already created users and have added them as participants in the room following the "Set up room participants" section in this page, then you can directly use those users to join the room.

Otherwise, you'll need to create a User Access Token for each call participant. Learn how to create and manage user access tokens. You can also use the Azure CLI and run the command below with your connection string to create a user and an access token. After the users have been created, you'll need to add them to the room as participants before they can join the room.

az communication identity token issue --scope voip --connection-string "yourConnectionString"

For details, see Use Azure CLI to Create and Manage Access Tokens.

::: zone pivot="platform-web"

[!INCLUDE Join a room call from web calling SDK]

::: zone-end

::: zone pivot="platform-ios"

[!INCLUDE Join a room call from iOS calling SDK]

::: zone-end

::: zone pivot="platform-android"

[!INCLUDE Join a room call from Android calling SDK]

::: zone-end

::: zone pivot="platform-windows"

[!INCLUDE Join a room call from Windows calling SDK]

::: zone-end

Next steps

In this section you learned how to:

[!div class="checklist"]

  • Add video calling to your application
  • Pass the room identifier to the calling SDK
  • Join a room call from your application

You may also want to: