Open lgrahl opened 6 years ago
That should be min(negotiated_incoming_streams, negotiated_outgoing_streams).
min(negotiated_incoming_streams, negotiated_outgoing_streams)
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.
rawrtc_sctp_transport_get_n_streams
rawrtc_sctp_transport_get_max_channels
That should be
min(negotiated_incoming_streams, negotiated_outgoing_streams)
.