I came here with a request. I managed to finish mediasoup client and fix all major issues for all platforms except Windows (there is no unified-plan for Windows). I want to make it look like the original, but using dart features. I am currently working to make it more strongly typed.
Will you allow me to make it public? I don’t want to violate the license and don’t know much about it (laziness ).
I’m not sure if I understand. We, mediasoup authors, are not the authors of Bitbucket so you need to check the license of such a project or contact the author.
I meant that if we have a string which looks like this “asdf fdsa” and we try what inside unifiedPlanUtils the result will be:
streamId = ‘a’; trackId = ‘s’;
Because we taking first result, which is just string and taking first and second chars inside that string.
If it has to be a signle char for both streamId and trackId than it’s ok.