feat: server sdk (#47)
* New webrtc build scripts (Still not integrated within the SDK) * New livekit-api crate (Integrate the server sdk protocol of livekit) * Moved livekit-utils to livekit-protocol
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
use crate::track;
|
||||
|
||||
include!(concat!(env!("OUT_DIR"), "/livekit.rs"));
|
||||
use livekit_protocol::*;
|
||||
|
||||
// Conversions
|
||||
impl TryFrom<TrackType> for track::TrackKind {
|
||||
|
||||
Reference in New Issue
Block a user