Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
theomonnom committed Nov 3, 2023
1 parent aa8ce17 commit ef5936c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
1 change: 1 addition & 0 deletions webrtc-sys/include/livekit/frame_cryptor.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "api/crypto/frame_crypto_transformer.h"
#include "api/scoped_refptr.h"
#include "livekit/peer_connection.h"
#include "livekit/peer_connection_factory.h"
#include "livekit/rtp_receiver.h"
#include "livekit/rtp_sender.h"
#include "livekit/webrtc.h"
Expand Down
6 changes: 2 additions & 4 deletions webrtc-sys/include/livekit/peer_connection.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,17 +34,15 @@

namespace livekit {
class PeerConnection;
class NativePeerConnectionObserver;
} // namespace livekit
#include "webrtc-sys/src/peer_connection.rs.h"

#include "livekit/peer_connection_factory.h"

namespace livekit {

webrtc::PeerConnectionInterface::RTCConfiguration to_native_rtc_configuration(
RtcConfiguration config);
class PeerConnectionFactory;

class PeerConnectionObserverWrapper;

class PeerConnection : webrtc::PeerConnectionObserver {
public:
Expand Down

0 comments on commit ef5936c

Please sign in to comment.