ChannelOptions: CommonChannelOptions & ({
    host: string;
    role: "initiator";
} | {
    role: "responder";
})

Generated using TypeDoc