tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Callback when audio is start stream

callmejm opened this issue · comments

How to do when the audio stream is loaded and start playing ? Any callback can do when calling the play function?

ReactNativeAudioStreaming.play(streamurl, {showIniOSMediaCenter: true, showInAndroidNotifications: true});