Skip to content

Commit

Permalink
Merge branch 'peer-config'
Browse files Browse the repository at this point in the history
  • Loading branch information
billylindeman committed Oct 20, 2022
2 parents ce0ed3b + f9e889e commit 85dde5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions switchboard-sfu/src/sfu/peer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,8 @@ pub(super) type RtcpWriter = mpsc::Sender<Box<dyn rtcp::packet::Packet + Send +
pub(super) type RtcpReader = mpsc::Receiver<Box<dyn rtcp::packet::Packet + Send + Sync>>;

pub struct PeerConfig {
setting_engine: SettingEngine,
rtc_config: RTCConfiguration,
pub setting_engine: SettingEngine,
pub rtc_config: RTCConfiguration,
}

impl Default for PeerConfig {
Expand Down

0 comments on commit 85dde5a

Please sign in to comment.