DataChannelSenderOpenOptions type
Opções de remetente para criar um objeto de remetente DataChannel
type DataChannelSenderOpenOptions = {
bitrateInKbps?: number
channelId?: number
participants?: CommunicationIdentifier[]
priority?: DataChannelPriority
reliability?: DataChannelReliability
}