EpicGames / PixelStreamingInfrastructure

Moved to: https://github.com/EpicGamesExt/PixelStreamingInfrastructure
https://github.com/EpicGamesExt/PixelStreamingInfrastructure
MIT License
551 stars 260 forks source link

Add unit tests for setting preferred codec and using microphone #197

Closed Belchy06 closed 8 months ago

Belchy06 commented 1 year ago

Component your feature request relates to

Problem your feature solves? Please describe. With the ability to set preferred codecs as well as add audio tracks to send back to the application, I propose adding unit tests for these features.

Describe the solution you'd like These features can be tested by inspecting the offer/answer and searching for the suitable lines.

In the case of setting a preferred codec, we should expect this preferred codec to be the first in the SDP.

In the case of using the microphone, we should expect the audio track to be send/recv.

DenisTensorWorks commented 8 months ago

This issue has been move to the new repository: https://github.com/EpicGamesExt/PixelStreamingInfrastructure/issues/6