Skip to content

Commit

Permalink
fix: make localcertificate public
Browse files Browse the repository at this point in the history
  • Loading branch information
lchenut committed Oct 31, 2024
1 parent fcab9e7 commit 77537af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webrtc/webrtc.nim
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ proc accept*(
let sctpConn = await self.sctp.accept()
result = DataChannelConnection.new(sctpConn, true)

proc localCertificate(self: WebRTC): seq[byte] =
proc localCertificate*(self: WebRTC): seq[byte] =
self.dtls.localCertificate()

0 comments on commit 77537af

Please sign in to comment.