From 102e0888d96c4759cfe916101086a7fcc6cbcb14 Mon Sep 17 00:00:00 2001 From: Piyush Tank Date: Tue, 27 Feb 2018 15:42:22 -0800 Subject: [PATCH] TwilioVideo 2.0.0-beta2 (#103) --- Podfile | 2 +- README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Podfile b/Podfile index eeb4335b..9c18effd 100644 --- a/Podfile +++ b/Podfile @@ -4,7 +4,7 @@ workspace 'VideoQuickStart' platform :ios, '9.0' abstract_target 'TwilioVideo' do - pod 'TwilioVideo', '2.0.0-beta1' + pod 'TwilioVideo', '2.0.0-beta2' target 'ObjCVideoQuickstart' do project 'ObjCVideoQuickstart.xcproject' diff --git a/README.md b/README.md index fee47926..8aa4a504 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ [ ![Download](https://img.shields.io/badge/Download-iOS%20SDK-blue.svg) ](https://www.twilio.com/docs/api/video/download-video-sdks#ios-sdk) -[![Docs](https://img.shields.io/badge/iOS%20Docs-OK-blue.svg)](https://media.twiliocdn.com/sdk/ios/video/releases/2.0.0-beta1/docs) +[![Docs](https://img.shields.io/badge/iOS%20Docs-OK-blue.svg)](https://media.twiliocdn.com/sdk/ios/video/releases/2.0.0-beta2/docs) # Twilio Video Quickstart for Objective-C -> NOTE: These sample applications use the Twilio Video 2.0.0-beta1 APIs. We will continue to update them throughout the beta period. For examples using our Generally Available 1.x APIs, please see the [1.x](https://github.com/twilio/video-quickstart-objc) branch. +> NOTE: These sample applications use the Twilio Video 2.0.0-beta2 APIs. We will continue to update them throughout the beta period. For examples using our Generally Available 1.x APIs, please see the [1.x](https://github.com/twilio/video-quickstart-objc) branch. Get started with Video on iOS: @@ -116,7 +116,7 @@ For this Quickstart, the Application transport security settings are set to allo You can find more documentation on getting started as well as our latest Docs below: * [Getting Started](https://www.twilio.com/docs/api/video/getting-started) -* [Docs](https://media.twiliocdn.com/sdk/ios/video/releases/2.0.0-beta1/docs) +* [Docs](https://media.twiliocdn.com/sdk/ios/video/releases/2.0.0-beta2/docs) ## Issues and Support