withCallId

suspend fun withCallId(callId: String, block: suspend () -> Unit)

Adds callId to the current coroutine context.

See also