Values.MedicalScribeChannelDefinitionSourceDefines a channel in the audio stream
type nonrec t = {channelId : MedicalScribeChannelId.t;The channel identifier
*)participantRole : MedicalScribeParticipantRole.t;The role of the participant on this channel
*)}val make :
channelId:MedicalScribeChannelId.t ->
participantRole:MedicalScribeParticipantRole.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `Integer of MedicalScribeChannelId.t ])
list ]