Skip to content

Instantly share code, notes, and snippets.

@larryluoo
Created July 29, 2022 07:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save larryluoo/7d10399777882a72e54351c770ee09ac to your computer and use it in GitHub Desktop.
Save larryluoo/7d10399777882a72e54351c770ee09ac to your computer and use it in GitHub Desktop.
startPlayingStream
* Start playing a remote stream with the SDK's default view mode (AspectFill).
* The play_view below is a SurfaceView/TextureView/SurfaceTexture object on UI.
*/
engine.startPlayingStream("stream1", new ZegoCanvas(play_view));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment