apivideo / api.video-reactnative-player

React Native video player
https://api.video
MIT License
17 stars 2 forks source link

Can't play private videos plz any help!!! #14

Closed bilal-prog closed 1 year ago

bilal-prog commented 1 year ago

<ApiVideoPlayer ref={ref} autoplay videoId={currentVideo?.videoId} onPlay={() => setIsPlaying(true)} onPause={() => setIsPlaying(false)} onError={e => console.log('video e', e)} />

bilal-prog commented 1 year ago

coding mistake