AbstractCallMediaManagerConnectedVideoTypes Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public virtual ConcurrentDictionary<string, IEnumerable<VideoType>> ConnectedVideoTypes { get; protected set; }
Public Overridable Property ConnectedVideoTypes As ConcurrentDictionary(Of String, IEnumerable(Of VideoType))
Get
Protected Set
public:
virtual property ConcurrentDictionary<String^, IEnumerable<VideoType>^>^ ConnectedVideoTypes {
ConcurrentDictionary<String^, IEnumerable<VideoType>^>^ get ();
protected: void set (ConcurrentDictionary<String^, IEnumerable<VideoType>^>^ value);
}
abstract ConnectedVideoTypes : ConcurrentDictionary<string, IEnumerable<VideoType>> with get, set
override ConnectedVideoTypes : ConcurrentDictionary<string, IEnumerable<VideoType>> with get, set
Property Value
Type:
ConcurrentDictionaryString,
IEnumerableVideoTypeSee Also