CHANNEL_JOIN
After joining a phoenix channel, the following redux event is dispatched.
import { channelActionTypes } from '@trixtateam/phoenix-to-redux';
const { CHANNEL_JOIN } = channelActionTypes;Parameter
Description
Last updated
Was this helpful?