RTCOfferOptions
Overview
The RTCOfferOptions dictionary is used to provide optional settings when creating an RTCPeerConnection offer with the createOffer() method.
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
iceRestart
property iceRestart: Boolean read write;
Boolean iceRestart { get; set; }
var iceRestart: Boolean { get{} set{} }
Boolean iceRestart { __get; __set; }
Property iceRestart() As Boolean