ChannelPrepareResult
OCP App SDK / ChannelPrepareResult
Interface: ChannelPrepareResult
Defined in: src/app/Channel.ts:251
Result of Channel.prepare.
Properties
error?
optional
error:string
Defined in: src/app/Channel.ts:259
If the call failed, a reason for the failure.
success
success:
boolean
Defined in: src/app/Channel.ts:255
Whether the call succeeded.
Updated 3 days ago