acceptTransfer

fun acceptTransfer(transfer: Transfer, mediaTypes: List<MediaType>? = null)

Accept an incoming transfer.

Parameters

transfer

Transfer info that is going to be accepted.

mediaTypes

List of media types that the transferee is going to use to invite the other callee. By default, the requested media types are the ones asked in the received transfer.