Skip to content

Instantly share code, notes, and snippets.

@larryluoo
Created July 21, 2022 12:40
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/94c0590e63eda23001ab27b7b0dae480 to your computer and use it in GitHub Desktop.
Save larryluoo/94c0590e63eda23001ab27b7b0dae480 to your computer and use it in GitHub Desktop.
playStream
/**
* 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