ktor-server-call-id
Toggle table of contents
3.3.0
common
Platform filter
common
Switch theme
Search in API
ktor-server-call-id
ktor-server-call-id
/
io.ktor.server.plugins.callid
/
CallIdProvider
Call
Id
Provider
typealias
CallIdProvider
=
(
call
:
ApplicationCall
)
->
String
?
(
source
)
A function that retrieves or generates call id using provided call
Report a problem