createChannel

fun createChannel(selectedUsers: List<String>)

Requests to create a channel with the selected users. The result will be notified by createChannelEventState.

Since

1.0.0-beta.1

Parameters

selectedUsers

The list of userIds to create a channel with.

See also

ChannelCreationScreenResourceRepository.createChannel