CHANNEL_LEAVE

After phoenix channel is left. The following redux event is dispatched

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

type

CHANNEL_LEAVE

channel

Phoenix channel

Last updated

Was this helpful?