Skip to content

Commit

Permalink
Update servo-media
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishearth committed May 7, 2019
1 parent 64c8489 commit 749a659
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
20 changes: 10 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion components/script/dom/rtcpeerconnection.rs
Expand Up @@ -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,
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 749a659

Please sign in to comment.