Skip to content

signedStreamName

Get the signed stream name for a given stream name

Arguments

conversation_id · ID · The id of the conversation to get the signed stream name for
appointment_id · ID · The id of the appointment to get the signed stream name for
type · SignedStreamName! · required · The type of stream to get the signed stream name for

Returns

String

Example

query signedStreamName(
$conversation_id: ID
$appointment_id: ID
$type: SignedStreamName!
) {
signedStreamName(
conversation_id: $conversation_id
appointment_id: $appointment_id
type: $type
)
}