sendDtmf

fun sendDtmf(digit: Dtmf): Completable

Sends the provided digit tone to the current Conference.

Return

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

Parameters

digit

DTMF tone to be sent.