tlenclos / react-native-audio-streaming

iOS & Android react native module to play an audio stream, with background support and media controls
MIT License
781 stars 255 forks source link

Callback when audio is start stream #124

Open callmejm opened 6 years ago

callmejm commented 6 years ago

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});