context = window SessionActions = @SessionActions @SessionVideoBtn = React.createClass({ sessionWebCam: (e) -> e.preventDefault(); SessionActions.toggleSessionVideo() render: () -> ` VIDEO ` })