RTCOfferOptions

Overview

The RTCOfferOptions dictionary is used to provide optional settings when creating an RTCPeerConnection offer with the createOffer() method.

Location

Properties


iceRestart

 

property iceRestart: Boolean read write;

 

Boolean iceRestart { get; set; }

 

var iceRestart: Boolean { get{} set{} }

 

Boolean iceRestart { __get; __set; }

 

Property iceRestart() As Boolean