- more cleanups
This commit is contained in:
@@ -21,7 +21,7 @@ SingleAudioStream::~SingleAudioStream()
|
||||
{
|
||||
}
|
||||
|
||||
void SingleAudioStream::process(std::shared_ptr<jrtplib::RTPPacket> packet)
|
||||
void SingleAudioStream::process(const std::shared_ptr<jrtplib::RTPPacket>& packet)
|
||||
{
|
||||
ICELogMedia(<< "Processing incoming RTP/RTCP packet");
|
||||
if (packet->GetPayloadType() == 101/*resip::Codec::TelephoneEvent.payloadType()*/)
|
||||
|
||||
Reference in New Issue
Block a user