Struct FfiResponseWrap
- Namespace
- LiveKit.Internal.FFIClients
public readonly struct FfiResponseWrap : IDisposable
- Implements
- Inherited Members
- Extension Methods
Constructors
FfiResponseWrap(FfiResponse, IFFIClient)
public FfiResponseWrap(FfiResponse response, IFFIClient client)
Parameters
responseFfiResponseclientIFFIClient
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()
ToString()
Returns the fully qualified type name of this instance.
public override string ToString()
Returns
- string
The fully qualified type name.
Operators
implicit operator FfiResponse(FfiResponseWrap)
public static implicit operator FfiResponse(FfiResponseWrap wrap)
Parameters
wrapFfiResponseWrap