react-native-vimeo-iframe icon indicating copy to clipboard operation
react-native-vimeo-iframe copied to clipboard

How should I place the access token to access the private video?

Open Leeselbin opened this issue 1 year ago • 0 comments

I received an access token to access a private video on vimeo with react native, but I cannot access it.

<Vimeo videoId="videNo" params={api=0&autoplay=1&controls=1&access_token=${videoAccessToken}} handlers={videoCallbacks} overScrollMode="never" />

Leeselbin avatar May 09 '23 09:05 Leeselbin