call

fun call(userIDs: List<String>, options: Conference.CreationOptions.() -> Unit? = null): Result<CallUI>
fun call(userIDs: List<String>, options: Conference.CreationOptions.() -> Unit? = null, chatId: String? = null): Result<CallUI>

Call

Parameters

userIDs

to be called

options

creation options


open override val call: SharedFlow<CallUI>