Skip to content

Example app using the Telnyx Video iOS SDK

Notifications You must be signed in to change notification settings

team-telnyx/telnyx-meet-ios

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Telnyx Meet iOS App

This is an example app built with the Telnyx Video iOS SDK. The code is open source and easy to configure so developers can try out real time video an audio features.

screenshot

Features

  • Real time video conferencing with audio and video
  • Enable/disable camera
  • Mute/unmute mic
  • Toggle front/back camera
  • Active speaking detection
  • Real time audio/video statistics
  • Display remote participant screen with full screen support
  • Display list of participants with their real time audio/video status

Getting Started

You'll need an Telnyx API key and a Room ID which you'll create in the following steps.

Step 1: Sign Up for a Telnyx Mission Control Portal Account

Head to telnyx.com/sign-up to sign up for your free Telnyx account.

Once signed up you will have access to Telnyx Portal, where you can set up and manage your API KEY, and more.

Step 2: Create an API KEY

Go to API Keys section and click on Create API Key button. It will generate a key for you. Copy and save this key in a safe place and don't share it with anyone it is a sensitive value.

You need this API Key to consume the API https://api.telnyx.com/v2/rooms to manage your room ids.

create api key

Step 3: Create a Room ID

You should read this documentation to learn how to create a new Room ID. When you get your roomId you can join a Room.

Step 4: Setting up the project

  1. Clone this repo / download the project.
  2. Open terminal and navigate to the project's root directory.
  3. Run pod update.

Step 5: Add your API key and Running the app

  1. Open Telnyx Meet.xcworkspace.
  2. Navigate to info.plist and add the API key you just created by replacing the value for apiKey. api_key_info_plist
  3. That's it. You should be able to build and run the app now.

About

Example app using the Telnyx Video iOS SDK

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published