DataChannelSenderOpenOptions type
Absenderoptionen zum Erstellen eines DataChannel-Absenderobjekts
type DataChannelSenderOpenOptions = {
bitrateInKbps?: number
channelId?: number
participants?: CommunicationIdentifier[]
priority?: DataChannelPriority
reliability?: DataChannelReliability
}