Skip to content

Commit

Permalink
Made Unity PeerConnection accessible
Browse files Browse the repository at this point in the history
  • Loading branch information
sebjf committed Nov 29, 2023
1 parent 8499041 commit 26d01e4
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,8 @@ private enum Implementation
// Unity Peer Connection
private RTCPeerConnection peerConnection;

public RTCPeerConnection PeerConnection => peerConnection; // Make this public so users can access it to add video, etc

private AudioSource receiverAudioSource;
private SpatialisationCacheFilter cacheFilter;
private AudioStatsFilter statsFilter;
Expand Down

0 comments on commit 26d01e4

Please sign in to comment.