Skip to content

Commit

Permalink
Update README.md (#81)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md

* Try removing sdk argument

* Try exact iOS OS
  • Loading branch information
sirknightj authored Nov 27, 2023
1 parent 5d1a1d6 commit 711b67e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
{mac_ver: "11", xc_ver: "13.2.1", os: "15.2", iphone_ver: "13"},
{mac_ver: "12", xc_ver: "13.4.1", os: "15.5", iphone_ver: "13"},
{mac_ver: "13", xc_ver: "14.3", os: "16.4", iphone_ver: "14"},
{mac_ver: "13", xc_ver: "15.0", os: "17.0", iphone_ver: "15"}
{mac_ver: "13", xc_ver: "15.0", os: "17.0.1", iphone_ver: "15"}
]
runs-on: macos-${{ matrix.config.mac_ver }}
steps:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@

</div>

This sample demonstrates the Amazon Kinesis Video Streams and Kinesis Video Signaling framework found in the [AWS Mobile SDK for iOS](https://github.com/aws-amplify/aws-sdk-ios).
This sample demonstrates the Amazon Kinesis Video Streams and Kinesis Video Signaling framework found in the [AWS Mobile SDK for iOS](https://github.com/aws-amplify/aws-sdk-ios) with [Google WebRTC](https://webrtc.github.io/webrtc-org/native-code/ios/).

For more information, see [What Is Amazon Kinesis Video Streams with WebRTC](https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/what-is-kvswebrtc.html) and [WebRTC SDK for iOS](https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/kvswebrtc-sdk-ios.html).
For more information, see [What Is Amazon Kinesis Video Streams with WebRTC](https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/what-is-kvswebrtc.html) and [WebRTC SDK for iOS](https://docs.aws.amazon.com/kinesisvideostreams-webrtc-dg/latest/devguide/kvswebrtc-sdk-ios.html). You can learn more about Google WebRTC's native API's [here](https://webrtc.github.io/webrtc-org/native-code/native-apis/).

## Requirements

Expand Down

0 comments on commit 711b67e

Please sign in to comment.