You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
switch (rtcpfb->feedback_type) {
case SDP_RTCP_FB_ACK:
type = SdpRtcpFbAttributeList::kAck;
switch (rtcpfb->param.ack) {
// TODO: sipcc doesn't seem to support ack with no following token
case SDP_RTCP_FB_ACK_RPSI:
parameter = SdpRtcpFbAttributeList::rpsi;
break;
case SDP_RTCP_FB_ACK_APP:
parameter = SdpRtcpFbAttributeList::app;
break;
default:
// Unknown type, ignore.
continue;
}
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: