import React from 'react'; import { withRouter } from 'react-router-dom'; import * as config from '../../config'; const End = () => { return (

Amazon IVS with ChimeSDK

Create or join rooms, and watch Amazon IVS streams with anyone.

Room closed

The host has ended the meeting and closed the room.

Create a new room
); }; export default withRouter(End);