feat: video publishing (#42)
- Prepare webrtc abstraction ( for future wasm support ) - Added track publish support for videos - Added LogoTrack example to simple_room demo - Lot of cleanup - There are compiler warnings I'll solve on our v1 release
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ use std::path;
|
||||
use std::process::Command;
|
||||
use tar::Archive;
|
||||
|
||||
const WEBRTC_TAG: &str = "m104.5112.08";
|
||||
const WEBRTC_TAG: &str = "m104.5112.09";
|
||||
|
||||
fn download_prebuilt(
|
||||
target_os: &str,
|
||||
|
||||
Reference in New Issue
Block a user