DataChannelSenderOpenOptions type
Options d’expéditeur pour la création d’un objet expéditeur DataChannel
type DataChannelSenderOpenOptions = {
bitrateInKbps?: number
channelId?: number
participants?: CommunicationIdentifier[]
priority?: DataChannelPriority
reliability?: DataChannelReliability
}