CallMediaManagerWrapperConnectedVideoTypes Property |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public override ConcurrentDictionary<string, IEnumerable<VideoType>> ConnectedVideoTypes { get; protected set; }
Public Overrides 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 () override;
protected: void set (ConcurrentDictionary<String^, IEnumerable<VideoType>^>^ value) override;
}
abstract ConnectedVideoTypes : ConcurrentDictionary<string, IEnumerable<VideoType>> with get, set
override ConnectedVideoTypes : ConcurrentDictionary<string, IEnumerable<VideoType>> with get, set
Property Value
Type:
ConcurrentDictionaryString,
IEnumerableVideoTypeSee Also