mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Update servo-media
This commit is contained in:
parent
64c848950c
commit
749a6595ad
2 changed files with 12 additions and 11 deletions
|
@ -37,6 +37,7 @@ use crate::task_source::TaskSource;
|
|||
use dom_struct::dom_struct;
|
||||
|
||||
use servo_media::streams::registry::MediaStreamId;
|
||||
use servo_media::streams::MediaStreamType;
|
||||
use servo_media::webrtc::{
|
||||
BundlePolicy, GatheringState, IceCandidate, IceConnectionState, SdpType, SessionDescription,
|
||||
SignalingState, WebRtcController, WebRtcSignaller,
|
||||
|
@ -128,7 +129,7 @@ impl WebRtcSignaller for RTCSignaller {
|
|||
);
|
||||
}
|
||||
|
||||
fn on_add_stream(&self, _: &MediaStreamId) {}
|
||||
fn on_add_stream(&self, _: &MediaStreamId, _: MediaStreamType) {}
|
||||
|
||||
fn close(&self) {
|
||||
// do nothing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue