reply
fun reply(
block: (call: ApplicationCall, callId: String) -> Unit
): Unit
Replies with retrieved or generated callId. Usually replyToHeader could be used instead.
fun reply(
block: (call: ApplicationCall, callId: String) -> Unit
): Unit
Replies with retrieved or generated callId. Usually replyToHeader could be used instead.