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:
Sean DuBois
2019-07-21 21:18:30 -07:00
parent 584bd651c1
commit 775a521176
3 changed files with 2 additions and 9 deletions

View File

@@ -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