RTCRtpSynchronizationSource
Overview
The RTCRtpSynchronizationSource dictionary of the the WebRTC API is used by getSynchronizationSources() to describe a particular synchronization source (SSRC).
Location
- Reference: Island.fx
- Namespace: RemObjects.Elements.WebAssembly.DOM
- Platforms: WebAssembly
Properties
voiceActivityFlag
property voiceActivityFlag: Boolean read write;
Boolean voiceActivityFlag { get; set; }
var voiceActivityFlag: Boolean { get{} set{} }
Boolean voiceActivityFlag { __get; __set; }
Property voiceActivityFlag() As Boolean