DataChannelSender interface
Nadawca usługi DataChannel
Właściwości
channel |
|
max |
Metody
close() | |
send |
|
set |
Szczegóły właściwości
channelId
channelId: number
Wartość właściwości
number
maxMessageSize
maxMessageSize: number
Wartość właściwości
number
Szczegóły metody
close()
function close()
sendMessage(Uint8Array)
function sendMessage(data: Uint8Array): Promise<void>
Parametry
- data
-
Uint8Array
Zwraca
Promise<void>
setParticipants(CommunicationIdentifier[])
function setParticipants(participants: CommunicationIdentifier[])
Parametry
- participants