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:
@@ -24,6 +24,7 @@ pub mod ffi {
|
||||
crate::rtp_parameters::ffi::RtpHeaderExtensionCapability;
|
||||
type RtpSender = crate::rtp_sender::ffi::RtpSender;
|
||||
type RtpReceiver = crate::rtp_receiver::ffi::RtpReceiver;
|
||||
type RTCError = crate::rtc_error::ffi::RTCError;
|
||||
}
|
||||
|
||||
unsafe extern "C++" {
|
||||
|
||||
Reference in New Issue
Block a user