Update servo-media

This commit is contained in:
Manish Goregaokar 2019-05-06 20:19:45 -07:00
parent 64c848950c
commit 749a6595ad
2 changed files with 12 additions and 11 deletions

View file

@ -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