Platform

Platform

  • Getting Started
  • API

›IOS SDK

Getting Started

  • Create Your App

Quick Starts

  • 555 Samples

Mobile SDK (v1.0)

  • Overview
  • IOS SDK

    • Getting started
    • Installation Guide
    • How to do user authentication
    • How to subscribe for notifications
    • How to initiate or accept PSTN call
    • How to initiate or accept video call
    • How to set log level for SDK
    • Release Notes

    Android SDK

    • Getting started
    • Installation Guide
    • How to do user authentication
    • How to subscribe for notifications
    • How to initiate or accept PSTN call
    • How to initiate or accept video call
    • How to set log level for SDK
    • Release Notes

Mobile SDK (v2.0)

  • Overview
  • IOS SDK

    • Getting started
    • Installation Guide
    • How to do user authentication
    • How to subscribe for notifications
    • How to initiate or accept PSTN call
    • How to initiate or accept VIDEO call
    • How to initiate or join ANONYMOUS VIDEO call
    • Release Notes
    • Reference code - How to initiate or accept PSTN Call
    • Reference code - How to initiate or accept Video Call
    • Reference code - How to initiate or join Anonymous Video Call

    Android SDK

    • Getting started
    • Installation Guide
    • How to do user authentication
    • How to subscribe for notifications
    • How to initiate or accept PSTN call
    • How to intiate or accept Video Call
    • How to intiate or accept ANONYMOUS VIDEO Call
    • Release Notes
    • Reference code - How to initiate or accept PSTN Call
    • Reference code - How to initiate or accept Video Call
    • Reference code - How to initiate or join Anonymous Video Call

    React Native SDK

    • Getting started
    • Installation Guide
    • How to do user authentication
    • How to subscribe for notifications
    • How to initiate or accept PSTN call
    • Release Notes

WebRTC JS SDK

  • Overview
  • Getting Started
  • How to do user authentication
  • How to subscribe for notifications
  • How to initialize SDK
  • How to initiate or accept PSTN call
  • How to initiate or accept video call
  • How to create a screen share session
  • Release Notes

Installation Guide

Using CocoaPod

1) Install CocoaPods

If you don’t have CocoaPods already, you can install it by typing following terminal command.

sudo gem install cocoapods

2) Podfile

In project's directory, create Podfile and add pod 'Rtc555Sdk'. This will download and install the latest version of the SDK. If you want to, you can specify which version of the SDK by doing something like this pod 'Rtc555Sdk', '1.3.3'. For more information about creating this file, please refer to Cocoapods Podfile Guide.

3) Install SDK

Using terminal, navigate to project’s directory and execute the following command to use pods.

pod install

From now on, you should use the .xcworkspace file instead of the .xcodeproject file.


Using framework

1) Download Rtc555Sdk

Download latest SDK version file from Releases.

2) Adding xcframework to your workspace

Unzip Rtc555Sdk-v1.3.3 and add all xcframework files at `Targets->YOUR_TARGET->General->Framework, Libraries, and Embedded Content.

framework_screenshoot


How to access SDK APIs

Import Rtc555Sdk header file into your app delegate file or any other place you plan to use it.

import Rtc555Sdk
← Getting startedHow to do user authentication →
  • Using CocoaPod
  • Using framework
  • How to access SDK APIs
Docs
Getting StartedGuidesAPI Reference
More
BlogGitHub
555 Platform
Copyright © 2024 555 Platform ™
555docs-v0.0.94