DataChannelSender interface
DataChannel 보낸 사람
속성
channel |
|
max |
메서드
close() | |
send |
|
set |
속성 세부 정보
channelId
channelId: number
속성 값
number
maxMessageSize
maxMessageSize: number
속성 값
number
메서드 세부 정보
close()
function close()
sendMessage(Uint8Array)
function sendMessage(data: Uint8Array): Promise<void>
매개 변수
- data
-
Uint8Array
반환
Promise<void>
setParticipants(CommunicationIdentifier[])
function setParticipants(participants: CommunicationIdentifier[])
매개 변수
- participants