create

fun create(memberIds: List<String>, extraData: Map<String, Any>): Call<Channel>

Creates the id-based channel.

Return

Executable async Call responsible for creating the channel.

Parameters

memberIds

The list of members' ids.

extraData

Map of key-value pairs that let you store extra data

See also