DataChannelSenderOpenOptions type
Opcje nadawcy dotyczące tworzenia obiektu nadawcy DataChannel
type DataChannelSenderOpenOptions = {
bitrateInKbps?: number
channelId?: number
participants?: CommunicationIdentifier[]
priority?: DataChannelPriority
reliability?: DataChannelReliability
}