Condividi tramite


DataChannelSenderOpenOptions type

Opzioni del mittente per la creazione di un oggetto mittente DataChannel

type DataChannelSenderOpenOptions = {
  bitrateInKbps?: number
  channelId?: number
  participants?: CommunicationIdentifier[]
  priority?: DataChannelPriority
  reliability?: DataChannelReliability
}