Package-level declarations

Functions

Link copied to clipboard
fun generateChannelIdIfNeeded(channelId: String, memberIds: List<String>): String

Generates the channel id based on the member ids if provided channelId is empty. Member-based id should only be used for creating distinct channels. Created member-based id might differ from the one created by the server if the channel already exists and was created with different members order.