getConversationCall

fun getConversationCall(stream: Stream?): ConversationCall?

Returns the conversation call handle for a given stream.

Return

A conversation call handle on success, null otherwise.

Parameters

stream

A stream, result of preceding publish or subscribe call.