abstract operator fun invoke(channel: Channel): Call2<Channel>
Creates a new channel. Will retry according to the retry policy if it fails
See Also
io.getstream.chat.android.livedata.utils.RetryPolicy
Return
A call object with Channel as the return type