Re: Question about the method isPendingData
Federico Montesino Pouzols <[email protected]>
| Newsgroups | gmane.comp.gnu.ccrtp.devel |
|---|---|
| Message-ID | <20060517174353.GB18270@paraguas> |
Hi, isPendingData is a protected member, so you should write that piece of code within a class derived from SymmetricRTPSession. A similar case is that of the onGotSR, onGotRR methods, which are redefined in the rtplisten demo. If you want to use them you have to define a subclass of RTPSession. HTH.