Skip to content

Commit

Permalink
fix web test
Browse files Browse the repository at this point in the history
  • Loading branch information
rogurotus committed Aug 25, 2023
1 parent f2e1eb2 commit eeee5fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/room/room.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2906,7 +2906,7 @@ mod state_synchronization {
use futures::{channel::mpsc, stream, StreamExt as _};
use medea_client_api_proto::{
state, AudioSettings, Command, ConnectionMode, Event, MediaDirection,
MediaType, NegotiationRole, PeerId, TrackId,
MediaType, MemberId, NegotiationRole, PeerId, TrackId,
};
use medea_jason::{
media::MediaManager, room::Room, rpc::MockRpcSession,
Expand Down Expand Up @@ -2947,7 +2947,7 @@ mod state_synchronization {
id: TrackId(0),
muted: false,
media_direction: MediaDirection::SendRecv,
receivers: Vec::new(),
receivers: vec!(MemberId::from("Test")),
media_type: MediaType::Audio(AudioSettings { required: true }),
mid: None,
connection_mode: ConnectionMode::Mesh,
Expand Down

0 comments on commit eeee5fa

Please sign in to comment.