vimeo / VIMVideoPlayer

Deprecated: Please use [PlayerKit]( https://github.com/vimeo/PlayerKit) instead.
MIT License
281 stars 63 forks source link

make setupAudioSession public and do not call it by default #66

Open acrtec opened 7 years ago

acrtec commented 7 years ago

Ticket Summary

Do not setup the AVAudioSession by default.

Implementation Summary

We need another AVAudioSession when you setting up by default. I just made the setupAudiSession public and don't call it by default. So everybody can decide himself to setup the session as he likes it.

How to Test