rtc 0.9.0

Sans-I/O WebRTC implementation in Rust
Documentation
1
2
3
4
5
6
7
8
9
/// Options for set_parameters() operation.
///
/// Currently an empty placeholder to allow for future extensibility.
///
/// ## Specifications
///
/// * [W3C](https://www.w3.org/TR/webrtc/#rtcsetparameteroptions-dictionary)
#[derive(Default, Debug, Clone, PartialEq, Eq)]
pub struct RTCSetParameterOptions {}