| Index: webrtc/pc/mediasession.h
|
| diff --git a/webrtc/pc/mediasession.h b/webrtc/pc/mediasession.h
|
| index 06815ecba319970c117318a64d4c6d8f4ea6c3a4..7072a9bbb42ca420078c87aca19d9cd17a88582a 100644
|
| --- a/webrtc/pc/mediasession.h
|
| +++ b/webrtc/pc/mediasession.h
|
| @@ -92,6 +92,10 @@ struct RtpTransceiverDirection {
|
| MediaContentDirection md);
|
|
|
| MediaContentDirection ToMediaContentDirection() const;
|
| +
|
| + RtpTransceiverDirection MakeReversed() const {
|
| + return RtpTransceiverDirection(recv, send);
|
| + }
|
| };
|
|
|
| RtpTransceiverDirection
|
|
|