RTCOfferAnswerOptions

Overview

The WebRTC API's RTCOfferAnswerOptions dictionary is used to specify options that configure and control the process of creating WebRTC offers or answers.

Location

Properties


voiceActivityDetection

 

property voiceActivityDetection: Boolean read write;

 

Boolean voiceActivityDetection { get; set; }

 

var voiceActivityDetection: Boolean { get{} set{} }

 

Boolean voiceActivityDetection { __get; __set; }

 

Property voiceActivityDetection() As Boolean