mirror of
https://github.com/pion/webrtc.git
synced 2025-12-24 11:51:03 +08:00
Don't store transceiver MID
These are generated at runtime (depending if we are doing Plan-B or Unified Plan). Currently this field is actually unused, so just getting rid of it. Relates to #106
This commit is contained in:
@@ -8,7 +8,6 @@ import (
|
||||
|
||||
// RTPTransceiver represents a combination of an RTPSender and an RTPReceiver that share a common mid.
|
||||
type RTPTransceiver struct {
|
||||
Mid string
|
||||
Sender *RTPSender
|
||||
Receiver *RTPReceiver
|
||||
Direction RTPTransceiverDirection
|
||||
|
||||
Reference in New Issue
Block a user