ConversationCall

class ConversationCall(    factory: PeerConnectionFactory?,     name: String,     session: Session,     conversation: Conversation?,     type: ConversationCall.Type,     callId: String = Random.nextLong(1000000, 9000000000000000).toString())

Represents a call within the context of a conversation/conference.

Constructors

Link copied to clipboard
fun ConversationCall(    factory: PeerConnectionFactory?,     name: String,     session: Session,     conversation: Conversation?,     type: ConversationCall.Type,     callId: String = Random.nextLong(1000000, 9000000000000000).toString())

Types

Link copied to clipboard
object Companion
Link copied to clipboard
enum Type : Enum<ConversationCall.Type>

Functions

Link copied to clipboard
fun replacePublishedStream(newStream: Stream?): Stream?

Replaces the currently published stream by a given one.