This repository was archived by the owner on Jun 15, 2019. It is now read-only.
-
Couldn't load subscription status.
- Fork 20
WIP: Updated for 2.6.0-preview2 APIs #132
Merged
Parent:
Merge 2.6.0-preview to master
Merged
Changes from all commits
Commits
Show all changes
6 commits
Select commit
Hold shift + click to select a range
ca3996b
Updated for 2.6.0-preview2
paynerc d98f6e9
Adjust for final block signature.
ceaglest d4a426e
Preview 2, derp.
paynerc 212bea1
Updated README for 2.6.0-preview2
paynerc ff7edf1
Updated per PR comments.
paynerc 3dc42c1
PR Feedback
paynerc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,10 +1,11 @@ | ||
|
|
||
| [  ](https://www.twilio.com/docs/video/ios#add-the-sdk) | ||
| [](https://twilio.github.io/twilio-video-ios/docs/latest/index.html) | ||
| [](https://twilio.github.io/twilio-video-ios/docs/2.6.0-preview2/index.html) | ||
|
|
||
| # Twilio Video Quickstart for Objective-C | ||
|
|
||
| > NOTE: These sample applications use the Twilio Video 2.x APIs. For examples using our 1.x APIs, please see the [1.x](https://github.com/twilio/video-quickstart-swift/tree/1.x) branch. | ||
| > NOTE: These sample applications use the Twilio Video 2.6.0-preview APIs. For examples using our Generally Available 2.x APIs, please see the [master](https://github.com/twilio/video-quickstart-objc/tree/master) branch, and for 1.x APIs see the [1.x](https://github.com/twilio/video-quickstart-objc/tree/1.x) branch. | ||
|
|
||
|
|
||
| Get started with Video on iOS: | ||
|
|
||
|
|
@@ -116,7 +117,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/video/ios-v2-getting-started) | ||
| * [Docs](https://twilio.github.io/twilio-video-ios/docs/latest/index.html) | ||
| * [Docs](https://twilio.github.io/twilio-video-ios/docs/2.6.0-preview2/index.html) | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. 👍 |
||
|
|
||
| ## Issues and Support | ||
|
|
||
|
|
||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What should we do if the front camera is not available? I think there might have been one iPod Touch that we don't actually support like this...
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe we should assert or otherwise end the program? Or print an error, or show a UIAlertView? It seems like a case we were not expecting. See also
flipCamerabelow.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What ever we decide to do, we also need to do in the Swift code as well. It has the same behavior as this.