CHANNEL_JOIN

After joining a phoenix channel, the following redux event is dispatched.

import { channelActionTypes } from '@trixtateam/phoenix-to-redux';
const { CHANNEL_JOIN } = channelActionTypes;

Last updated

Copyright (c) 2020 Trixta Inc