Skip to content

Commit 55182cf

Browse files
docs: update references of sdk documentation
1 parent b3a456a commit 55182cf

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

docs/api-documentation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
👉 [iOS SDK](https://aws.github.io/amazon-ivs-broadcast-docs/1.7.1/ios/)
66

7-
👉 [Android SDK](https://aws.github.io/amazon-ivs-broadcast-docs/1.7.0/android/reference/com/amazonaws/ivs/broadcast/package-summary.html)
7+
👉 [Android SDK](https://aws.github.io/amazon-ivs-broadcast-docs/1.7.2/android/reference/com/amazonaws/ivs/broadcast/package-summary.html)
88

99
## `IVSBroadcastCameraView` component
1010

docs/types.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
👉 [iOS SDK](https://aws.github.io/amazon-ivs-broadcast-docs/1.7.1/ios/)
66

7-
👉 [Android SDK](https://aws.github.io/amazon-ivs-broadcast-docs/1.7.0/android/reference/com/amazonaws/ivs/broadcast/package-summary.html)
7+
👉 [Android SDK](https://aws.github.io/amazon-ivs-broadcast-docs/1.7.2/android/reference/com/amazonaws/ivs/broadcast/package-summary.html)
88

99
## `ConfigurationPreset`
1010

@@ -209,9 +209,9 @@ interface IBroadcastSessionError {
209209
| :---------: | ---------------------------------------------------------------------------------------- |
210210
| `sessionId` | The unique `ID` of the broadcast session. It is updated every time the stream is stopped |
211211

212-
👉 See iOS `code` [enumeration](https://aws.github.io/amazon-ivs-broadcast-docs/1.2.0/ios/Enums/IVSBroadcastError.html#/c:@E@IVSBroadcastError@IVSBroadcastErrorDeviceExchangeIncompatibleTypes).
212+
👉 See iOS `code` [enumeration](https://aws.github.io/amazon-ivs-broadcast-docs/1.7.1/ios/Enums/IVSBroadcastError.html#/c:@E@IVSBroadcastError@IVSBroadcastErrorDeviceExchangeIncompatibleTypes).
213213

214-
👉 See Android `type` [enumeration](https://aws.github.io/amazon-ivs-broadcast-docs/1.2.1/android/reference/com/amazonaws/ivs/broadcast/ErrorType.html).
214+
👉 See Android `type` [enumeration](https://aws.github.io/amazon-ivs-broadcast-docs/1.7.2/android/reference/com/amazonaws/ivs/broadcast/ErrorType.html).
215215

216216
## `IAudioStats`
217217

ios/IVSBroadcastCameraView/IVSBroadcastSessionService.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,6 @@ class IVSBroadcastSessionService: NSObject {
219219
self.config.audio.setQuality(audioQuality)
220220
}
221221
if let audioSessionStrategyName = audioConfig["audioSessionStrategy"] {
222-
// https://aws.github.io/amazon-ivs-broadcast-docs/1.0.0/ios/Classes/IVSBroadcastSession.html#/c:objc(cs)IVSBroadcastSession(cpy)applicationAudioSessionStrategy
223222
IVSBroadcastSession.applicationAudioSessionStrategy = self.getAudioSessionStrategy(audioSessionStrategyName as! NSString)
224223
}
225224
}

0 commit comments

Comments
 (0)