Fix an issue where, because the audio stream was RTP/AVP and the video stream was RTP/AVPF, the full session was rejected. To solve this, the CallParams::hasAvpf() method algorithm is changed. It will return true if at least the video stream has avpf, or if all streams have avpf.