다음을 통해 공유


DataChannelSender interface

DataChannel 보낸 사람

속성

channelId
maxMessageSize

메서드

close()
sendMessage(Uint8Array)
setParticipants(CommunicationIdentifier[])

속성 세부 정보

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

CommunicationIdentifier[]