create Distinct Channel If Not Exist
fun createDistinctChannelIfNotExist(params: GroupChannelCreateParams, handler: GroupChannelCreateDistinctChannelIfNotExistHandler?)
Creates distinct GroupChannel
with GroupChannelCreateParams. When this method is executed, GroupChannelCreateParams.isDistinct will be ignored.
Since
3.0.83
Parameters
params
Params of channel. Refer to GroupChannelCreateParams.
handler
Callback handler.