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
Furthermore, the rawrtc_sctp_transport_get_n_streams function should be replaced by rawrtc_sctp_transport_get_max_channels following the definition of RTCSctpTransport.maxChannels.
That should be
min(negotiated_incoming_streams, negotiated_outgoing_streams)
.The text was updated successfully, but these errors were encountered: