CHANNEL_JOIN

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

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

type

CHANNEL_JOIN

channel

Phoenix channel

additionalData

additionalData passed when using getPhoenixChannel

response

Phoenix channel response

Last updated

Copyright (c) 2020 Trixta Inc