Class RTCIceCandidateRequestAsyncOperation
Inheritance
System.Object
RTCIceCandidateRequestAsyncOperation
Syntax
public class RTCIceCandidateRequestAsyncOperation : CustomYieldInstruction
Properties
error
Declaration
public RTCError error { get; }
Property Value
isDone
Declaration
public bool isDone { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
isError
Declaration
public bool isError { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
keepWaiting
Declaration
public override bool keepWaiting { get; }
Property Value
| Type |
Description |
| System.Boolean |
|
Methods
Done()
Declaration