initialize abstract method
Creates a MediaPlayerController.
Make sure the RtcEngine is initialized before you call this method. Make sure to call this method before calling other APIs in MediaPlayer.
Implementation
Future<void> initialize();
Creates a MediaPlayerController.
Make sure the RtcEngine is initialized before you call this method. Make sure to call this method before calling other APIs in MediaPlayer.
Future<void> initialize();