rtc.DataChannel

DataChannel

package js-html-rtc

extends EventTarget

Available on js

Variables

binaryType:DataChannelType

read only bufferedAmount:Int

bufferedAmountLowThreshold:Int

read only id:Int

read only label:String

onbufferedamountlow:Function

onclose:Function

onerror:Function

onmessage:Function

onopen:Function

read only ordered:Bool

read only protocol:String

read only readyState:DataChannelState

read only reliable:Bool

read only stream:Int

Methods

close ():Void

send (data:ArrayBufferView):Void

send (data:String):Void

send (data:Blob):Void

send (data:ArrayBuffer):Void

Throws:

null DOMError

© 2005–2016 Haxe Foundation
Licensed under a MIT license.
http://api.haxe.org/js/html/rtc/DataChannel.html

在线笔记
App下载
App下载

扫描二维码

下载编程狮App

公众号
微信公众号

编程狮公众号

意见反馈
返回顶部