Skip to content
Snippets Groups Projects
Commit 0fa17c01 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

* #6253: remove external audioport from header, make all members private

parent 47137cb3
No related branches found
No related tags found
No related merge requests found
...@@ -246,7 +246,7 @@ class Call: public Recordable ...@@ -246,7 +246,7 @@ class Call: public Recordable
virtual bool setRecording (void); virtual bool setRecording (void);
protected: private:
/** Protect every attribute that can be changed by two threads */ /** Protect every attribute that can be changed by two threads */
ost::Mutex _callMutex; ost::Mutex _callMutex;
...@@ -258,12 +258,6 @@ class Call: public Recordable ...@@ -258,12 +258,6 @@ class Call: public Recordable
/** Local audio port, as seen by me. */ /** Local audio port, as seen by me. */
unsigned int _localAudioPort; unsigned int _localAudioPort;
/** Port assigned to my machine by the NAT, as seen by remote peer (he connects there) */
unsigned int _localExternalAudioPort;
private:
/** Unique ID of the call */ /** Unique ID of the call */
CallID _id; CallID _id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment