https://github.com/getstream/stream-video-swift-webrtc
https://github.com/getstream/stream-video-swift-webrtc
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/getstream/stream-video-swift-webrtc
- Owner: GetStream
- License: other
- Created: 2023-11-13T11:41:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2026-01-29T14:53:32.000Z (4 months ago)
- Last Synced: 2026-01-30T02:31:50.011Z (4 months ago)
- Language: Ruby
- Size: 34.9 MB
- Stars: 6
- Watchers: 12
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Stream Video WebRTC
### Please refer to the main repo for more information: [stream-video-swift](https://github.com/GetStream/stream-video-swift/)
This repository just serves as the hosting for our Package.swift pointing to precompiled WebRTC XCFramework.
## Release
To release a new version of the package, run the following command:
```bash
bundle install
bundle exec fastlane release version:1.2.3
```