| IceCandidatesExtraParameterIceCandidates Property |
[Missing <summary> documentation for "P:Quickblox.Sdk.Modules.ChatXmppModule.ExtraParameters.IceCandidatesExtraParameter.IceCandidates"]
Namespace: Quickblox.Sdk.Modules.ChatXmppModule.ExtraParametersAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Collection<IceCandidate> IceCandidates { get; set; }Public Property IceCandidates As Collection(Of IceCandidate)
Get
Set
public:
property Collection<IceCandidate^>^ IceCandidates {
Collection<IceCandidate^>^ get ();
void set (Collection<IceCandidate^>^ value);
}member IceCandidates : Collection<IceCandidate> with get, set
Property Value
Type:
CollectionIceCandidate
See Also