awslabs / amazon-kinesis-video-streams-webrtc-sdk-js

JS SDK for interfacing with the Amazon Kinesis Video Streams Signaling Service.
https://awslabs.github.io/amazon-kinesis-video-streams-webrtc-sdk-js/examples/index.html
Apache License 2.0
285 stars 140 forks source link

Deploy develop branch to GitHub pages #304

Closed sirknightj closed 3 months ago

sirknightj commented 3 months ago

Description of changes:

Updated folder structure in the gh-pages branch:

RepositoryRoot
├── develop
│   ├── examples
│   │   └── SAMPLE APP - DEVELOP
│   └── SDK CODE - Develop
├── examples
│   └── SAMPLE APP - MASTER
└── SDK CODE - Master

Note that the develop branch is experimental and is later merged into master branch.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.