Skip to content

Commit 5a53aab

Browse files
committed
VIDECO-11274 remove tokbox references
1 parent c32a10c commit 5a53aab

File tree

1 file changed

+9
-13
lines changed

1 file changed

+9
-13
lines changed

README.md

Lines changed: 9 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ Learning to build with the Vonage Client SDK Video iOS
3636
------------------------------------------------------
3737

3838
The best way to learn how to use the Vonage Client SDK Video iOS is to follow the
39-
[Basic Video Chat tutorial](https://tokbox.com/developer/tutorials/ios/).
39+
[Basic Video Chat tutorial](https://developer.vonage.com/en/tutorials/basic-video-chat/introduction/swift).
4040

4141
Once you understand the basics of building with the Vonage Client SDK Video iOS, you
4242
can get more detailed information and learn how to customize your application
43-
with the Vonage [developer guides](https://tokbox.com/developer/guides).
43+
with the Vonage [developer guides](https://developer.vonage.com/en/video/guides).
4444
To investigate specific API classes and methods, see the [Vonage Client SDK Video API
45-
reference](https://tokbox.com/developer/sdks/ios/reference/).
45+
reference](https://vonage.github.io/video-docs/video-ios-reference/latest/).
4646

4747
Code samples
4848
------------
@@ -102,17 +102,13 @@ https://code.google.com/p/webrtc/issues/detail?id=3992) and Google Maps
102102
(versions earlier than 1.9.0). To fix this issue, download a version of the
103103
other library that was compiled using XCode 6.0.0 or later.
104104

105-
In order to access the camera and microphone, iOS 10 requires you to set values
106-
for the `NSCameraUsageDescription` and `NSMicrophoneUsageDescription` keys in
107-
the Info.plist file. These define strings that appear in the app installer to
108-
inform the user why your app uses the camera and microphone. For more
109-
information see [the Apple documentation on Cocoa
110-
keys](https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html).
105+
To access the camera and microphone, set `NSCameraUsageDescription` and `NSMicrophoneUsageDescription` under Info.plist Values in Xcode’s Build Settings. These are required by iOS to display permission prompts. For more
106+
information see [the Apple documentation on Info.plist](https://developer.apple.com/documentation/bundleresources/information-property-list).
111107

112108
See the [release notes](release-notes.md) for information on the latest version
113109
of the SDK and for a list of known issues.
114110

115-
See [this document](http://tokbox.com/developer/sdks/ios/background-state.html)
111+
See [this document](https://developer.vonage.com/en/video/client-sdks/ios/background-state)
116112
for information on using the SDK in apps running in the background mode.
117113

118114
System requirements
@@ -140,13 +136,13 @@ subscribing to as many as 20 simultaneous low-resolution (200x200-pixel,
140136
session using the Vonage Client SDK Video iOS, create a session that uses the Vonage
141137
Media Router (a session with the media mode set to routed). See
142138
[The Vonage Media Router and media
143-
modes](http://tokbox.com/developer/guides/create-session/#media-mode).
139+
modes](https://developer.vonage.com/en/video/guides/create-session#media-mode).
144140

145141
Documentation
146142
-------------
147143

148-
Reference documentation is included in the doc subdirectory of the SDK and at
149-
<http://www.tokbox.com/developer/sdks/ios/reference/index.html>.
144+
Reference documentation is included at
145+
<https://vonage.github.io/video-docs/video-ios-reference/latest/>.
150146

151147
More information
152148
-----------------

0 commit comments

Comments
 (0)