unmuteChannel

fun unmuteChannel(channelType: String, channelId: String): Call<Unit>

Unmutes a channel for the current user. Triggers notification.channel_mutes_updated event.

Return

Executable async Call responsible for unmuting a channel.

Parameters

channelType

The channel type. ie messaging.

channelId

The channel id. ie 123.

See also