Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Former-commit-id: 98ca5e5c645e8ad9018de75f5995f5a3c458ff82 [formerly 910479ed6009bacb842e7d12c84f424cc8d3b52f] [formerly a3fa404426e588dffdd4b10e4a84fd6f712d2776 [formerly 0f3c4ef]]
Former-commit-id: 3abd83ad96b50f4bcc50532cea816992ca3c9769 [formerly a546b1e17f5a94fdd31e468a0f8f513e3f9dfa60]
Former-commit-id: b0b24ed197d1a3c86b07c6f743950ba27d4c48a1
  • Loading branch information
notedit committed Jan 3, 2019
1 parent b9bdea3 commit 264ec08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion transport.go
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ func NewTransport(bundle native.RTPBundleTransport, remoteIce *sdp.ICEInfo, remo

// Dump dump incoming and outgoint rtp and rtcp packets into a pcap file
func (t *Transport) Dump(filename string, incoming bool, outgoing bool, rtcp bool) bool {

ret := t.transport.Dump(filename, incoming, outgoing, rtcp)
if ret == 0 {
return false
Expand Down

0 comments on commit 264ec08

Please sign in to comment.