Class RTCAsyncOperation
Namespace: Unity.WebRTC
Syntax
public class RTCAsyncOperation : CustomYieldInstruction
Properties
error
Declaration
public RTCError error { get; }
Property Value
Type | Description |
---|---|
RTCError |
isDone
Declaration
public bool isDone { get; }
Property Value
Type | Description |
---|---|
Boolean |
isError
Declaration
public bool isError { get; }
Property Value
Type | Description |
---|---|
Boolean |
keepWaiting
Declaration
public override bool keepWaiting { get; }
Property Value
Type | Description |
---|---|
Boolean |
Methods
Done()
Declaration
public void Done()