CHANNEL_JOIN
After joining a phoenix channel, the following redux event is dispatched.
Parameter | Description |
---|---|
type | CHANNEL_JOIN |
channel | Phoenix channel |
additionalData | additionalData passed when using getPhoenixChannel |
response | Phoenix channel response |
Last updated