(defn open-channel "Open a channel of the specified type in the session." [#^Session session session-type] (.openChannel session (name session-type)))
Comments top
No comments for open-channel. Log in to add a comment.