acceptInvite

fun acceptInvite(channelType: String, channelId: String, message: String?): Call<Channel>

Accepts the invitation to join a channel.

Parameters

channelType

The channel type. ie messaging.

channelId

The channel id. ie 123.

message

The message to send with the accept invitation.