obtainChannel

public final OpenChannel obtainChannel(String channelId)

Get open channel memory Object.

Only In memory Create OpenChannel Instance, Not will and server interaction. Create can after Call enterChannel enter channel.

*Note:

val channel = OpenChannel.obtainChannel("open_123")
channel.enterChannel(EnterOpenChannelParams(count = 10)) { error ->
// ...
}

Return

open channel Instance

Parameters

channelId

channelID