Better RTCError handling + tests

This commit is contained in:
Théo Monnom
2022-09-13 14:19:44 +02:00
parent d9fd69b5c0
commit 12a6d232b5
16 changed files with 325 additions and 82 deletions
+2 -3
View File
@@ -1,5 +1,4 @@
use std::fmt;
pub use libwebrtc_sys::rtc_error::ffi::RTCError;
#[derive(Debug)]
pub struct RTCError {
}