Skip to content

Latest commit

 

History

History

RemoteStream

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

RemoteStream

This React component gives you an easy way to display the remote stream coming from a room session.

Example

<RemoteStream
  roomSession={roomSession}
  style={{height: 150}}
/>