createChat

fun createChat(creationType: CreationType): Single<Chat>

Creates a new chat.

Return

A completable that will emit when the request is processed. In case of error, it will emit a SippoResourceError.

Parameters

creationType

CreationType to be created.