W3cubDocs

/Haxe JavaScript

SignalingState(String)

package js.html.rtc

Available on js

Variables

@:value(cast "closed") @:enum @:impl inline read only CLOSED:SignalingState = "closed"

@:value(cast "have-local-offer") @:enum @:impl inline read only HAVE_LOCAL_OFFER:SignalingState = "have-local-offer"

@:value(cast "have-local-pranswer") @:enum @:impl inline read only HAVE_LOCAL_PRANSWER:SignalingState = "have-local-pranswer"

@:value(cast "have-remote-offer") @:enum @:impl inline read only HAVE_REMOTE_OFFER:SignalingState = "have-remote-offer"

@:value(cast "have-remote-pranswer") @:enum @:impl inline read only HAVE_REMOTE_PRANSWER:SignalingState = "have-remote-pranswer"

@:value(cast "stable") @:enum @:impl inline read only STABLE:SignalingState = "stable"

Static variables

@:value(cast "closed") @:enum @:impl static inline read only CLOSED:SignalingState = "closed"

@:value(cast "have-local-offer") @:enum @:impl static inline read only HAVE_LOCAL_OFFER:SignalingState = "have-local-offer"

@:value(cast "have-local-pranswer") @:enum @:impl static inline read only HAVE_LOCAL_PRANSWER:SignalingState = "have-local-pranswer"

@:value(cast "have-remote-offer") @:enum @:impl static inline read only HAVE_REMOTE_OFFER:SignalingState = "have-remote-offer"

@:value(cast "have-remote-pranswer") @:enum @:impl static inline read only HAVE_REMOTE_PRANSWER:SignalingState = "have-remote-pranswer"

@:value(cast "stable") @:enum @:impl static inline read only STABLE:SignalingState = "stable"

© 2005–2018 Haxe Foundation
Licensed under a MIT license.
https://api.haxe.org/js/html/rtc/SignalingState.html