versatica / mediasoup-client-aiortc

mediasoup-client handler for aiortc Python library
https://mediasoup.org
ISC License
56 stars 30 forks source link

Added bulk handler for receive (Closes #15) #17

Closed hkirat closed 2 years ago

hkirat commented 2 years ago

The new version of mediasoup-client allows concurrent consumer creation. That API has changed in the mediasoup-client (Ref https://github.com/versatica/mediasoup-client/pull/191/files) but is yet to change here.

This PR adds the logic for the receive method of the handler to accept an array to adhere to the new API

ibc commented 2 years ago

Thanks. However version 3.7.0 has been released and supports latest mediasoup-client.